Shape and Reshape

  • + 0 comments
    import numpy
    a=list(map(int,input().split()))
    print(numpy.reshape(a,(3,3)))