Commit 71208b22 by BellCodeEditor

save project

parent 151d8a37
Showing with 4 additions and 1 deletions
import turtle import turtle
turtle.hideturtle() turtle.hideturtle()
turtle.speed(0) turtle.speed(0)
for i in range(1,1000): colors=["red","green","blue","black"]
for i in range(1,10000):
turtle.color(colors[i%4])
turtle.forward(i) turtle.forward(i)
turtle.right(91) turtle.right(91)
turtle.done() turtle.done()
\ No newline at end of file
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