Commit 889937ef by BellCodeEditor

auto save

parent 22f18097
Showing with 2 additions and 1 deletions
......@@ -6,7 +6,8 @@ import turtle
i=1
pen=turtle.Pen()
for i in range(300):
for i in range(30000):
pen.speed(99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
pen.forward(i)
pen.right(91)
i=i+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