Commit 0495f7c7 by BellCodeEditor

auto save

parent f5bd0275
Showing with 389 additions and 3 deletions
...@@ -4,9 +4,395 @@ ...@@ -4,9 +4,395 @@
""" """
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
distance=1 pen.speed(1000)
for i in range(300) # distance=1
pen.right(91) for i in range(1,10000):
#distance
pen.forward(i)
pen.right(91)
#distance=distance+1
turtle.done()
......
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