Commit 3413bba6 by BellCodeEditor

save project

parent 573c221c
Showing with 7 additions and 5 deletions
import turtle
pen=turtle.pen()
for i in range(1,2500):
turtle.hideturtle()
turtle.bgcolor('black')
colors=['red','orange','yellow','green','light blue','blue','purple']
for i in range(1,600):
turtle.pencolor(colors[i%7])
turtle.speed(0)
turtle.forward(i)
turtle.right(91)
turtle.hideturtle()
turtle.right(52.42857142857)
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