Commit 37b0581d by BellCodeEditor

save project

parent 1c29f968
Showing with 2 additions and 2 deletions
import turtle
pen = turtle.Pen()
for i in range(0300):
pen.forward(distance)
for i in range(1300):
pen.forward(i)
distance+=1
pen.right(91)
pen.hideturtle()
......
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