Guest User

Untitled

a guest
Feb 15th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. import numpy as np
  2.  
  3. arr = np.array([
  4. [1,2],
  5. [3,4],
  6. ])
  7. print(arr)
Add Comment
Please, Sign In to add comment