Commit 98082225 by BellCodeEditor

save project

parent ad4f2e2b
Showing with 9 additions and 6 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.speed(566666666666666666666666666666666666666666666666666666666666666666666666666) screen=turtle.Screen()
rty=1 screen.bgcolor("black")
for i in range(3004444444444444444444444444444444444444): pen.speed(666666666666669999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
pen.forward(rty) ty=["yellow","red","blue","green"]
pen.left(146666666666666666666666666666) # rty=1
rty += 1 for i in range(300):
pen.pencolor(ty[i%4])
pen.forward(i)
pen.left(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