Commit db417ea3 by BellCodeEditor

save project

parent 10083394
Showing with 4 additions and 4 deletions
import turtle
q=turtle.Pen()
w=1
for i in range(300):
w+=1
q.forward(w)
for i in range(1,30000):
q.speed(3000)
q.forward(i)
q.right(91)
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