Commit 3afb9cfb by BellCodeEditor

save project

parent b4c7d33d
Showing with 2 additions and 2 deletions
......@@ -7,9 +7,9 @@ myTurtle.begin_fill()
myTurtle.shape("arrow")
myTurtle.setheading(90)
myTurtle.pendown()
for index in range(5):
for index in range(36):
myTurtle.forward(200)
myTurtle.left(144)
myTurtle.left(170)
myTurtle.end_fill()
myTurtle.penup()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment