Commit f78d6aeb by BellCodeEditor

save project

parent eac0c06b
Showing with 3 additions and 1 deletions
import turtle import turtle
colors=["blue","purple","red","yellow"]
turtle.speed(0) turtle.speed(0)
distance=1 turtle.bgcolor("black")
for i in range(1,999): for i in range(1,999):
turtle.pencolor(colors[i%4])
turtle.forward(i) turtle.forward(i)
turtle.right(91) turtle.right(91)
turtle.hideturtle() turtle.hideturtle()
......
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