Commit ddf5149a by BellCodeEditor

save project

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