Commit ed3a82cc by BellCodeEditor

save project

parent 2eec6625
Showing with 3 additions and 4 deletions
import turtle import turtle
d=1
turtle.speed(0) turtle.speed(0)
for x in range(300): for x in range(1,1000):
turtle.forward(d) turtle.forward(x)
d=d+1
turtle.left(91) turtle.left(91)
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