Commit d2b7d9d1 by BellCodeEditor

auto save

parent f582f15b
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ pen = turtle.Pen()
pen.speed(0)
# 请创造师在下面接着创作
color=["green","red","yellow","blue"]
color=["gree","red","yellow","blue"]
for i in range(1000):
pen.color(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