Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from turtle import *
- tom = Turtle()
- sides = 9
- for x in range(sides):
- tom.forward(120)
- #tom.left(360/sides)
- tom.left(180-(180/sides))
- done()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement