This commit is contained in:
Justin Toombs 2023-07-12 22:41:50 -07:00
parent 18526975fd
commit efce47dfde
1 changed files with 16 additions and 9 deletions

View File

@ -7,15 +7,22 @@
from turtle import *
left(180)
forward(100)
right(360 * 2 / 5)
left(90)
forward(150)
left(90)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
forward(100)
right(360 * 2 / 5)
left(90)
forward(75)
left(90)
forward(50)
left(90)
forward(15)
left(90)
forward(30)
right(90)
forward(35)
right(90)
forward()
input()