Commit bd6b8e9f by BellCodeEditor

save project

parent a9d2d45d
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ pen=turtle.Pen() ...@@ -3,7 +3,7 @@ pen=turtle.Pen()
pen.speed(1000000) pen.speed(1000000)
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor('black') screen.bgcolor('black')
colors=['blue','green','orange','white'] colors=['blue','green','orange','red']
for i in range(0,700): for i in range(0,700):
pen.pencolor(colors[i%4]) pen.pencolor(colors[i%4])
pen.forward(i) pen.forward(i)
......
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