Commit 0c81a1e5 by BellCodeEditor

save project

parent de85aa19
Showing with 1 additions and 1 deletions
...@@ -24,7 +24,7 @@ pen=turtle.Pen() ...@@ -24,7 +24,7 @@ pen=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
colors=["red","green","blue","pink"] colors=["red","green","blue","pink"]
for a in range(0,1300,1): for a in range(0,13999,1):
pen.speed(123499999999999999999999999999999999999999999999999999999999999999) pen.speed(123499999999999999999999999999999999999999999999999999999999999999)
pen.color(colors[a%4]) pen.color(colors[a%4])
pen.forward(a) pen.forward(a)
......
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