Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. `y=np.linspace(6, 10, 5)`
  2.  
  3. `array([[11,6], [11,7], [11,8], [11,9], [11,10]],
  4. [[12,6], [12,7], [12,8], [12,9], [12,10]],
  5. [[13,6], [13,7], [13,8], [13,9], [13,10]],
  6. [[14,6], [14,7], [14,8], [14,9], [14,10]],
  7. [[15,6], [15,7], [15,8], [15,9], [15,10]])`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement