We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0e66c commit 40b6d32Copy full SHA for 40b6d32
Zeros_and_ones.py
@@ -0,0 +1,6 @@
1
+# Enter your code here. Read input from STDIN. Print output to STDOUT
2
+import numpy
3
+s=list(map(int,raw_input().split()))
4
+a=numpy.array(s)
5
+a.shape=(3,3)
6
+print a
0 commit comments