Commit dd0d9f0e by BellCodeEditor

auto save

parent f5fd682b
Showing with 3 additions and 2 deletions
import turtle
pen=turtle.pen()
distance+=5
for i in range(300)
for i in range(1300)
pen.forward(distance)
distance+=1
pen.right(91)
......
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