Commit 7d0de725 by BellCodeEditor

auto save

parent 1ae8f317
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ colors=["red","yellow","green","blue"] ...@@ -5,7 +5,7 @@ colors=["red","yellow","green","blue"]
pen=turtle.Pen() pen=turtle.Pen()
pen.pencolor(colors[1%4]) pen.pencolor(colors[1%4])
pen.speed(100) pen.speed(100)
for i in range(1,10000): for i in range(1,100):
pen.forward(i) pen.forward(i)
pen.right(91) pen.right(91)
pen.hideturtle() pen.hideturtle()
......
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