Commit 56eed8e1 by BellCodeEditor

save project

parent c7a637fe
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ pen = turtle.Pen() ...@@ -9,7 +9,7 @@ pen = turtle.Pen()
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
pen.speed(0) pen.speed(0)
colors=["yellow","blue","red","purple","white"] colors=["yellow","blue","red","purple","green","white"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for i in range(999): for i in range(999):
pen.pencolor(colors[i%6]) pen.pencolor(colors[i%6])
......
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