Commit e8b26f77 by BellCodeEditor

save project

parent fd5c7f2a
Showing with 2 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.speed(0)
screen=turtle.Screen()
screen=bgcolor('black')
qwertyuiop=['red','yellow','blue','green']
for i in range(1,3001):
pen.pencolor(qwertyuiop[i%4])
......
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