Commit d320bf4f by BellCodeEditor

save project

parent f45505f1
Showing with 3 additions and 3 deletions
...@@ -2,11 +2,11 @@ import turtle ...@@ -2,11 +2,11 @@ import turtle
penl = turtle.Pen() penl = turtle.Pen()
penl.shape("turtle") penl.shape("turtle")
penl.fillcolor("red") penl.fillcolor("yellow")
penl.begin_fill() penl.begin_fill()
for i in range(5): for i in range(36):
penl.forward(200) penl.forward(200)
penl.right(144) penl.right(175)
penl.end_fill() penl.end_fill()
penl.hideturtle() penl.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