Commit b9873c5f by BellCodeEditor

save project

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