Commit d7d9afed by BellCodeEditor

save project

parent dc2ad3d1
Showing with 5 additions and 6 deletions
import turtle import turtle
p=turtle.Pen()
a=1 for i in range(1,300):
for i in range(300): pen.forward(a)
p.forward(a) pen.right(91)
p.right(91) pen.hideturtle()
a+=1
turtle.done() turtle.done()
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