Commit ce71d3dd by BellCodeEditor

save project

parent cf168cac
Showing with 1 additions and 1 deletions
......@@ -3,7 +3,7 @@ import random
list = ["snow","light coral"]
def tree(n):
if n >= 0:
if n >= 12:
if n <= 12:
pen.pencolor(random.choice(list))
pen.pensize(n/3)
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