Commit 33d8c5df by BellCodeEditor

save project

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