Commit a958f38b by BellCodeEditor

save project

parent c8b72ea9
Showing with 3 additions and 3 deletions
......@@ -5,9 +5,9 @@ import turtle
a=turtle.Pen()
a.fillcolor("red")
a.begin_fill()
for i in range(5):
a.forward(200)
a.right(144)
for i in range(3600):
a.forward(0.05)
a.right(0.01)
a.end_fill()
a.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