We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db9b91e commit 6ac461bCopy full SHA for 6ac461b
15_Numpy/01_Arrays.py
@@ -3,7 +3,6 @@
3
def arrays(arr):
4
return(numpy.array(arr[::-1],float))
5
6
-
7
arr = raw_input().strip().split(' ')
8
result = arrays(arr)
9
-print(result)
+print(result)
0 commit comments