Commit 69c585f2 by BellCodeEditor

save project

parent ed3a82cc
Showing with 6 additions and 1 deletions
import turtle import turtle
turtle.speed(0) turtle.speed(0)
for x in range(1,1000): sreen=turtle.Screen()
sreen.bgcolor("black")
color=["red","orange","yellow","green"]
for x in range(1,3000):
turtle.forward(x) turtle.forward(x)
turtle.left(91) turtle.left(91)
turtle.pencolor(color[x%4])
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