Commit db417ea3 by BellCodeEditor

save project

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