Commit 33366efe by BellCodeEditor

save project

parent 43c800df
Showing with 2 additions and 2 deletions
...@@ -9,11 +9,11 @@ turtle.fillcolor("red") ...@@ -9,11 +9,11 @@ turtle.fillcolor("red")
turtle.begin_fill() turtle.begin_fill()
for i in range(5): for i in range(360):
turtle.forward(200) turtle.forward(200)
turtle.right(144) turtle.right(170)
turtle.end_fill() turtle.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