Commit a821bcb6 by BellCodeEditor

save project

parent 4baaf186
Showing with 3 additions and 3 deletions
......@@ -6,9 +6,9 @@ pen=turtle.Pen()
pen.shape("turtle")
pen.fillcolor("red")
pen.begin_fill()
for i in range(36):
pen.forward(200)
pen.right(170)
for i in range(360):
pen.forward(20)
pen.right(1)
pen.end_fill()
pen.hideturtle()
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