Commit 9cbc8eac by BellCodeEditor

save project

parent 193e6d59
import turtle
pen=turtle.Pen()
distance=5
for i in iange(300):
pen.forward(distance)
distance+=1
pen.right(91)
pen.hideturtle()
turtle.done()
++ "b/6\345\274\20089667777"
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