Shape and Reshape

  • + 0 comments

    import numpy as np arr = list(map(int, input().split())) arr = np.array(arr) print(np.reshape(arr,(3,3)))