Commit 9e99c143 by BellCodeEditor

save project

parent 3dc4e37c
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ p.fillcolor("red") ...@@ -4,7 +4,7 @@ p.fillcolor("red")
p.begin_fill() p.begin_fill()
for i in range(36): for i in range(36):
p.forward(200) p.forward(200)
p.right(170) p.right(175)
p.end_fill() p.end_fill()
p.hideturtle() p.hideturtle()
......
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