Commit 8a1694c5 by BellCodeEditor

save project

parent 041f9c95
Showing with 2 additions and 2 deletions
......@@ -6,8 +6,8 @@ import turtle
pen = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
color=['red','blue','cyan','yellow']
screen.bgcolor("pink")
color=['red','blue','cyan','cyan']
pen.speed(200)
for i in range(1,10000,):
pen.pencolor(color[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