Commit f61d6320 by BellCodeEditor

save project

parent cb9d8686
Showing with 4 additions and 3 deletions
import turtle import turtle
q=turtle.Pen() q=turtle.Pen()
w=["red","blue","purple","grey"]
for i in range(1,30000): for i in range(1,300):
q.speed(3000) q.color(w[i%4])
q.speed(300)
q.forward(i) 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