Commit ddf5149a by BellCodeEditor

save project

parent 033db3ee
Showing with 7 additions and 8 deletions
...@@ -2,12 +2,10 @@ import turtle ...@@ -2,12 +2,10 @@ import turtle
shen=turtle.Pen() shen=turtle.Pen()
shen.fillcolor("red") shen.fillcolor("red")
shen.begin_fill() shen.begin_fill()
for i in range(5): for i in range(36):
shen.forward(100) shen.forward(200)
shen.right(144) shen.left(170)
shen.hideturtle()
shen.end_fill() shen.end_fill()
turtle.done()
\ No newline at end of file
turtle.hideturtle()
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