Skip to content

Commit 6ac461b

Browse files
Update 01_Arrays.py
1 parent db9b91e commit 6ac461b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

15_Numpy/01_Arrays.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
def arrays(arr):
44
return(numpy.array(arr[::-1],float))
55

6-
76
arr = raw_input().strip().split(' ')
87
result = arrays(arr)
9-
print(result)
8+
print(result)

0 commit comments

Comments
 (0)