Advertisement
Guest User

Lets try some math

a guest
Aug 17th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. def bruh():
  2. x = []
  3. y = []
  4. for t in range(0, 1000):
  5. x.append(<math for x>)
  6. y.append(<math for y>)
  7. return x, y
  8.  
  9. _x, _y = FIONA()
  10. plt.plot(_x, _y)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement