Commit 46e5865a by BellCodeEditor

auto save

parent c83a11ac
Showing with 1 additions and 1 deletions
......@@ -11,7 +11,7 @@ w.bgcolor('wheat') # wheat小麦
def tree(n):
if n>=0:
if n <=12:
color_list = ['snow','lightcoral']
color_list = ['snow','blue']
color = random.choice(color_list)
pen.pencolor(color)
pen.pensize(n/3)
......
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