Skip to content

Commit

Permalink
Numpy!
Browse files Browse the repository at this point in the history
  • Loading branch information
snehalmastud authored Feb 23, 2020
1 parent 8038c50 commit f80d4f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Numpy/Shape and Reshape/Solution.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import numpy as np

print(np.array(input().split(), int).reshape(3, 3))

0 comments on commit f80d4f2

Please sign in to comment.