Commit 09d0e355 by BellCodeEditor

save project

parent b199eeb0
Showing with 4 additions and 0 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
color=("blue","red","green","yellow")
for i in range(99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999):
pen.pencolor(color[i%4])
pen.speed(1000000)
pen.forward(i)
pen.right(91)
......
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