Commit 7a09ffd8 by BellCodeEditor

save project

parent f196d0ad
Showing with 1 additions and 1 deletions
...@@ -11,7 +11,7 @@ pen = turtle.Pen() ...@@ -11,7 +11,7 @@ pen = turtle.Pen()
distance=1 distance=1
pen.speed(0) pen.speed(0)
pen.pencolor("light blue") pen.pencolor("light blue")
for SB in range(1,10000,1): for SB in range(1,1000,1):
pen.pencolor(colors[SB%4]) pen.pencolor(colors[SB%4])
pen.forward(SB) pen.forward(SB)
distance+=1 distance+=1
......
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