Commit 33afc8f8 by BellCodeEditor

save project

parent 1715e911
Showing with 7 additions and 2 deletions
import turtle
pen = turtle.Pen()
length=1
for i in range(300):
pen.forward(length)
length=length+1
pen.right(91)
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