Commit 8292574e by BellCodeEditor

save project

parent 00a61639
Showing with 4 additions and 2 deletions
import turtle import turtle
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
s=turtle.Screen() s=turtle.Screen()
s s.bgcolor("black")
p.speed(1000000000000000) p.speed(1000000000000000)
for i in range(1,3000000000000): for i in range(1,3000000000000):
c=["red","orange","yellow","green"]
p.pencolor(c[i%4])
p.forward(i) p.forward(i)
p.right(91) p.right(91)
p.hideturtle() p.hideturtle()
......
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