Commit 4a89da84 by BellCodeEditor

save project

parent d4499ac6
Showing with 175 additions and 7 deletions
import turtle
t = turtle.Turtle()
distance = 1
for i in range(300):
t.fd(distance)
for i in range(300):
t.fd(i)
t.left(91)
distance = distance + 1
turtle.done()
turtle.done()
turtle.d
\ 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