Shape and Reshape

  • + 0 comments
    import numpy as np
    print(np.reshape(np.array(input().split(),int),(3,3)))