Commit 761190b3 by BellCodeEditor

auto save

parent d273612d
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ pen = turtle.Pen() ...@@ -9,7 +9,7 @@ pen = turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
pen.speed(0) pen.speed(0)
for i in range(1,10000000000000000000000000000000000000000000000000000000000000000000000000000000): for i in range(1,1000000000000000000):
pen.forward(i) pen.forward(i)
pen.color(coco[i%4]) pen.color(coco[i%4])
pen.right(i) pen.right(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