Commit 5c8f8666 by BellCodeEditor

save project

parent 71e74c15
Showing with 4 additions and 7 deletions
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen=turtle.Screen() distance=1
screen.bgcolor("black") for i in range(300000000000000000000000):
colors=["red","green","orange","yellow"] pen.forward(distance)
for i in range(1,3000000000000000000000000): distance+=1
pen.forward(i)
pen.pencolor(colors[1%4])
pen.speed(100000000000000000000000000000000000000000000000000000000000000000000000000000000)
pen.right(91) pen.right(91)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
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