Commit c95ac795 by BellCodeEditor

save project

parent 1f38ca16
Showing with 2 additions and 2 deletions
...@@ -2,9 +2,9 @@ import turtle ...@@ -2,9 +2,9 @@ import turtle
P=turtle.Pen() P=turtle.Pen()
P.fillcolor("red") P.fillcolor("red")
P.begin_fill() P.begin_fill()
for i in range(5): for i in range(36):
P.forward(200) P.forward(200)
P.right(144) P.right(170)
P.end_fill() P.end_fill()
P.hideturtle() P.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