Commit cc394634 by BellCodeEditor

auto save

parent 9fcba311
Showing with 2 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.speed(0)
pen.speed(10)
distance=1
for i in range(900):
for i in range(10000):
pen.forward(distance)
distance=distance+1
pen.right(91)
......
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