Commit 2c166a00 by BellCodeEditor

save project

parent e673cbdc
Showing with 4 additions and 5 deletions
import turtle
distance=1
turtle.speed(0)
for x in range(300)
turtle.forword(distance)
distance+=1
turtle.left()
for x in range(1,30000):
turtle.forward(x)
turtle.left(91)
turtle.done()
\ No newline at end of file
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