Commit 2876932e by BellCodeEditor

save project

parent 55ca32e3
Showing with 5 additions and 4 deletions
......@@ -6,11 +6,12 @@ import turtle
pen = turtle.Pen()
pen.speed(300)
colors["red","orange","yellow","green"]
pen.speed(10000)
colors=["red","orange","yellow","green"]
s=turtle.Screen()
s.bgcolor("black")
for i in range(1,300):
pen.pencolor(colors[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