Commit bb9d5dbd by BellCodeEditor

auto save

parent 30f66179
Showing with 1 additions and 1 deletions
......@@ -7,7 +7,7 @@ def tree(n):
color_list = ['snow','lightcoral']
color = random.choice(color_list)
pen.pencolor(color)
pen.pensize(n/3)
pen.pensize(n/2)
else:
pen.pencolor('sienna')
pen.pensize(n/10)
......
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