Commit 4abc86c9 by BellCodeEditor

save project

parent 081b3ba3
Showing with 3 additions and 3 deletions
......@@ -5,11 +5,11 @@ import turtle
pen=turtle.Pen()
pen.shape("turtle")
pen.hideturtle()
pen.fillcolor("red")
pen.fillcolor("purple")
pen.begin_fill()
for I in range(5):
for I in range(36):
pen.forward(200)
pen.right(144)
pen.right(170)
pen.end_fill()
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