Guest User

Untitled

a guest
Jan 24th, 2019
88
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. my_Array = [[1, 2, 3, 4, 5],[6,7,8,9,10]]
  3. print(my_Array)
Add Comment
Please, Sign In to add comment