Commit 687903ca by BellCodeEditor

save project

parent 7d08d7a1
Showing with 4 additions and 3 deletions
......@@ -8,10 +8,10 @@ p.pencolor("yellow")
p.fillcolor("red")
p.speed(1000)
p.begin_fill()
d=1
for i in range(600):
for i in range(1,100,500,1000):
p.fd(d)
d+=1
p.right(91)
pen.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