Advertisement
Guest User

OvalArt.py

a guest
Feb 24th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. from shapes import Oval
  2.  
  3. instance = Oval()
  4.  
  5. for iteration in range(333):
  6. instance.randomize()
  7. instance.draw()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement