Advertisement
Guest User

Untitled

a guest
Apr 25th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. import numpy as np
  2. print(np.linspace(20))
  3. for i in range 10:
  4. print('Hello World')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement