Guest User

Untitled

a guest
Jun 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. `a =np.arange(2*3*4).reshape(2,3,4)
  2. print(a.shape) #(2,3,4)
  3. b = np.arange(a[0])
  4. print b`
Add Comment
Please, Sign In to add comment