Commit 24583cc7 by BellCodeEditor

save project

parent e02f2fe7
Showing with 1 additions and 2 deletions
...@@ -5,9 +5,8 @@ ...@@ -5,9 +5,8 @@
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor('cyan') screen.bgcolor('cyan')
pen = turtle.Pen() pen = turtle.Pen()
colors=['red','orange','yellow',"violet"] colors=['orange','red','yellow',"blue"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for i in range(2,3000): for i in range(2,3000):
pen.pencolor(colors[i%4]) pen.pencolor(colors[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