Commit 430e53e9 by BellCodeEditor

save project

parent fb1a14ac
Showing with 1 additions and 0 deletions
...@@ -14,6 +14,7 @@ pen.backward(150) # 后退 ...@@ -14,6 +14,7 @@ pen.backward(150) # 后退
pen.down() pen.down()
def tree(n): def tree(n):
pen.speed(0)
if n>=0: if n>=0:
if n<=12: if n<=12:
color_list=["snow","lightcoral"] color_list=["snow","lightcoral"]
......
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