Commit af21172a by BellCodeEditor

save project

parent 67c4fc3d
Showing with 6 additions and 1 deletions
......@@ -3,7 +3,12 @@ import random
def tree(n):
if n >= 0:
pen.pensize(n/10)
if n<=12:
pen.color("lightcoral")
pen.pensize(n/10)
else:
pen.color("sienna")
pen.pensize(n/10)
pen.forward(n)
a=random.randint(0,30)
e=random.randint(1,15)
......
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