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 bd34eb8 commit 412336d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Numpy/Eye and Identity/Solution.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import numpy
print(str(numpy.eye(*map(int,input().split()))).replace('1',' 1').replace('0',' 0'))

0 comments on commit 412336d

Please sign in to comment.