Commit 1fbb8856 by BellCodeEditor

save project

parent cc38b791
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ screen=turtle.Screen() ...@@ -8,7 +8,7 @@ screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
colors=["red","blue","orange","yellow"] colors=["red","blue","orange","yellow"]
pen.speed(0) pen.speed(0)
for i in range(1,300): for i in range(1,600):
pen.forward(i) pen.forward(i)
pen.color(colors[i%4]) pen.color(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