Commit f7bef0e8 by BellCodeEditor

save project

parent 0b98327c
Showing with 1 additions and 1 deletions
...@@ -14,7 +14,7 @@ pen.backward(150) # 后退 ...@@ -14,7 +14,7 @@ pen.backward(150) # 后退
pen.down() pen.down()
def t(n): def t(n):
if n>0: if n>0:
if n<5: if n<10:
c=random.choice(cl) c=random.choice(cl)
pen.color(c) pen.color(c)
else: else:
......
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