Commit a958f38b by BellCodeEditor

save project

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