Commit b355b101 by BellCodeEditor

save project

parent 07a5a527
Showing with 7 additions and 7 deletions
import turtle
import turtle
import turtle
pen turtul.Pen
pen=turtle.Pen()
distance=1
for i in range(300):
pen.forward(distance)
for i in range(1,300):
pen.forward(i)
pen.right(91)
distance+=1
hideturtle()
turtul.done()
pen.hideturtle()
turtle.done()
++ "b/\347\254\254\344\272\214\345\205\263.py"
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