Commit fc1ee9bc by BellCodeEditor

save project

parent f675ad38
Showing with 7 additions and 8 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
colors=["pink","PaleVioletRed","sky blue","light blue"]
for i in range(1,800):
pen.speed(0.1)
pen=turtle.Pen()
colors = ["red","gold","purple","blue"]
for i in range(800000):
pen.speed(3000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000)
pen.forward(i)
pen.pencolor(colors[i%4])
pen.right(91)
pen.hideturtle()
pen.right(200)
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