Commit b355b101 by BellCodeEditor

save project

parent 07a5a527
Showing with 7 additions and 7 deletions
import turtle import turtle
import turtle import turtle
pen turtul.Pen pen=turtle.Pen()
distance=1 distance=1
for i in range(300): for i in range(1,300):
pen.forward(distance) pen.forward(i)
pen.right(91) pen.right(91)
distance+=1 pen.hideturtle()
hideturtle() turtle.done()
turtul.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