Commit b9bf31aa by BellCodeEditor

save project

parent 6092c953
Showing with 6 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen()
screen.bgcolor("black")
pen=turtle.Pen() pen=turtle.Pen()
pen.speed(100) colors=["red","yellow","green","blue"]
pen.speed(100000000000000000000000000000000000000000000000000000000)
for i in range(1,100000): for i in range(1,100000):
pen.pencolor(colors[i%4])
pen.forward(i) pen.forward(i)
pen.right(89) pen.right(89)
turtle.done() 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