Commit 2c166a00 by BellCodeEditor

save project

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