Commit d235eb32 by BellCodeEditor

save project

parent 410b0369
Showing with 2 additions and 2 deletions
......@@ -8,8 +8,8 @@ pen = turtle.Pen()
# 请创造师在下面接着创作
d=1
for i in range(1,3000000):
colors=["red","orange","yellow","green"]
pen.pencolor(color[i%300])
colors=["red","cyan","yellow","green"]
pen.pencolor(colors[i%4])
pen.shape("turtle")
pen.fillcolor("green")
pen.forward(d)
......
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