Commit 69d78a72 by BellCodeEditor

save project

parent 277a459a
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ screen = turtle.Screen()
screen.bgcolor("black")
cs=["red","orange","yellow","green"]
# 请创造师在下面接着创作
for a in range(1,300):
for a in range(1,10000):
pen.pencolor(cs[a%4])
pen.forward(a)
pen.right(91)
......
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