Commit ed3a82cc by BellCodeEditor

save project

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