Commit 134d5270 by BellCodeEditor

save project

parent 4daf6640
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ import turtle
screen = turtle.Screen()
pen = turtle.Pen()
screen.bgcolor("black")
color["red","orange","yellow","green"]
color = ["red","orange","yellow","green"]
for i in range(300):
pen.color(color[i%4])
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