Commit a3495e46 by BellCodeEditor

save project

parent 10541a06
Showing with 2 additions and 2 deletions
import turtle
pen = turtle.Pen()
colors=["red","orange","pink","yellow","purple","blue"]
turtle.bgcolor("black")
colors=["red","orange","yellow","light green","blue","purple"]
turtle.bgcolor("light pink")
for i in range(1,300):
pen.pencolor(colors[i%6])
pen.speed(100)
......
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