Commit f798b359 by BellCodeEditor

save project

parent 69f79722
Showing with 1 additions and 4 deletions
import turtle
p=turtle.Pen()
distance = 1
for i in range(300):
p.forward(distance)
p.forward(i)
p.right(91)
distance+=1
p.hideturtle()
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