Commit b14dac73 by BellCodeEditor

auto save

parent e792350d
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ i=["red","blue","yellow","green"]
s.bgcolor("black")
p.hideturtle()
p.speed(0)
for a in range(1,500):
for a in range(1,1000):
p.pencolor(i[a%4])
p.forward(a)
p.right(91)
......
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