Commit f7f30857 by BellCodeEditor

save project

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