Commit 261492be by BellCodeEditor

save project

parent 5261de35
Showing with 2 additions and 0 deletions
import turtle
p = turtle.Pen()
s=turtle.Screen()
s.bgcolor("black")
c=["red","orange","yellow","green"]
for i in range(300):
p.pencolor(c[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