Commit a7b43cfc by BellCodeEditor

save project

parent e6e1b70a
Showing with 3 additions and 1 deletions
import turtle
pen = turtle.Pen()
distance = 1
while True:
pen.speed(100)
for i in range(300):
pen.forward(distance)
pen.right(91)
distance += 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