Commit fc3e3448 by BellCodeEditor

save project

parent 757b99df
Showing with 4 additions and 3 deletions
......@@ -6,8 +6,9 @@ pen=turtle.Pen()
pen.fillcolor("red")
pen.begin_fill()
pen.shape("turtle")
for i in range(5):
for i in range(36):
pen.forward(200)
pen.left(144)
pen.left(180)
pen.right(10)
pen.end_fill()
turtle.down()
turtle.done()
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