Commit c42efc02 by BellCodeEditor

save project

parent 111e85a4
Showing with 2 additions and 5 deletions
import turtle
pen=turtle.Pen
pen=turtle.Pen()
distence = 1
for i in range(300):
for i in range(600):
pen.forward(distence)
pen.right(91)
distence += 1
pen.hideturtle()
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