Commit 5e17daa3 by BellCodeEditor

save project

parent fc7c0e27
Showing with 2 additions and 2 deletions
......@@ -2,9 +2,9 @@ import turtle
pen1 = turtle.Pen()
pen1.fillcolor("pink")
pen1.begin_fill()
for i in range(5):
for i in range(36):
pen1.fd(200)
pen1.rt(144)
pen1.rt(170)
pen1.end_fill()
pen1.shape("turtle")
pen1.hideturtle()
......
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