Commit 8c6b49ee by BellCodeEditor

save project

parent db7f7501
Showing with 13 additions and 0 deletions
import turtle
pen=turtle.Pen()
e=turtle.Screen()
e.bgcolor('black')
ew=['red','orange','yellow','green']
pen.speed(1000000000000000000000000000000000000000000000000000000000000000000000000)
for i in range(1,3000000000000000000000000000000000):
pen.forward(i)
pen.pencolor(ew[i%4])
pen.right(256)
pen.hideturtle()
turtle.down()
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