Commit b34b7661 by BellCodeEditor

save project

parent 56e5057b
Showing with 1 additions and 1 deletions
......@@ -10,7 +10,7 @@ distance=5
screen=turtle.Screen()
screen.bgcolor("black")
color=["red","yellow","green","blue"]
for i in range(300):
for i in range(1000000000000000000000000):
pen.color(color[i%4])
pen.forward(distance)
distance+=1
......
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