Commit eac0c06b by BellCodeEditor

save project

parent b2b8d551
Showing with 3 additions and 3 deletions
import turtle
turtle.speed(0)
distance=1
for i in range(500):
turtle.forward(distance)
for i in range(1,999):
turtle.forward(i)
turtle.right(91)
distance+=1
turtle.hideturtle()
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