Commit 0d8d5037 by BellCodeEditor

save project

parent b3ac2361
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ screen=turtle.Screen()
screen.bgcolor("black")
pen=turtle.Pen()
pen.speed(10000)
co=["red","yellow","cyan","purple"]
co=["red","yellow","cyan","blue"]
for i in range(1,1000000000):
pen.forward(i)
pen.pencolor(co[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