Commit 23223081 by BellCodeEditor

save project

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