Commit b3ac2361 by BellCodeEditor

save project

parent d7eb17e3
Showing with 6 additions and 2 deletions
import turtle
screen=turtle.Screen()
screen.bgcolor("black")
pen=turtle.Pen()
pen.speed(10000)
for i in range(1,300):
co=["red","yellow","cyan","purple"]
for i in range(1,1000000000):
pen.forward(i)
i=i+1
pen.pencolor(co[i%4])
pen.right(91)
pen.hideturtle()
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