Commit 55c501ce by BellCodeEditor

save project

parent 61188db7
Showing with 1 additions and 1 deletions
......@@ -19,7 +19,7 @@ def tree(n):
color = random.choice(color_list)
pen.color(color)
pen.pensize(n/3)
elif:
else:
pen.color('sienna')
pen.pensize(n/10)
angle = random.randint(1,30)
......
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