Commit ddfd432c by BellCodeEditor

save project

parent 16df16cc
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ for i in range(300000000):
pen.pencolor(colors[i%4])
pen.left(91)
pen.forward(distance)
distance+=0.1
distance+=1
pen.hideturtle()
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