Commit 64613dc0 by BellCodeEditor

save project

parent 4539f23c
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ pen=turtle.Pen()
pen.speed(10000000000)
b=turtle.Screen()
b.bgcolor("sky blue")
colors=["red","violet","green","orange"]
colors=["red","blue","green","orange"]
for i in range(1,10000000000):
pen.forward(i)
pen.pencolor(colors[i%4])
......
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