Shape and Reshape

  • + 0 comments

    import numpy as np

    user_list = list(map(int,input().split()))

    print(np.reshape(user_list,(3,3)))