Commit f1d6cc7e by BellCodeEditor

save project

parent 490dc3df
Showing with 2 additions and 2 deletions
......@@ -6,9 +6,9 @@ pen=turtle.Pen()
pen.fillcolor(red)
pen.begin_fill()
pen.shape("turtel")
for i range(5):
for i range(360):
pen.forward(200)
pen.left(144)
pen.left(170)
pen.hideturtle()
turtle.done()
pen.end_fill()
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