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 1096207 commit 8038c50
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Numpy/Arrays/Solution.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@


def arrays(arr):
return (numpy.array(arr[::-1], float))

0 comments on commit 8038c50

Please sign in to comment.