Commit f7f30857 by BellCodeEditor

save project

parent 4808ca3f
Showing with 3 additions and 3 deletions
import turtle
pen=turtle.Pen()
distance=0.01
for i in range(5000):
pen.forward(distance)
distance=1
for i in range(1,301):
pen.forward(i)
pen.left(91)
distance+=1
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