Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # https://pastebin.com/u/TTpocToXaKep
- from turtle import *
- color('gold', 'yellow')
- begin_fill()
- while True:
- forward(250)
- left(200)
- if abs(pos()) < 1:
- break
- end_fill()
- done()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement