Commit 2c3deb01 by BellCodeEditor

save project

parent bffae2d3
Showing with 4 additions and 4 deletions
import turtle
pen = turtle.Pen()
x = 1
pen.speed(100)
for i in range(400):
pen.forward(x)
x+=1
for i in range(1,400):
pen.forward(i)
pen.right(91)
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