Commit 4a89da84 by BellCodeEditor

save project

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