Commit b8d3fa2d by BellCodeEditor

save project

parent 2a2e373e
Showing with 4 additions and 4 deletions
import turtle import turtle
distance=1 distance=0.5
pen=turtle.Pen() pen=turtle.Pen()
for i in range(500): for i in range(1,1000):
pen.forward(distance) # print(i)
pen.forward(i)
pen.right(91) pen.right(91)
distance=distance+1
pen.speed(100) pen.speed(100)
pen.hideturtle() pen.hideturtle()
turtle.done() 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