Commit e1f5bfb0 by BellCodeEditor

save project

parent 68c8d908
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ p = turtle.Pen()
p.shape("turtle")
p.speed(20)
c=["red","blue","yellow","orange"]
for i in range(1,300):
for i in range(1,600):
p.forward(i)
p.pencolor(c[i%4])
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