Commit 78e94bc0 by BellCodeEditor

save project

parent 6075ca81
Showing with 1 additions and 0 deletions
......@@ -7,6 +7,7 @@ n=random.randint(0,99)
def tree(n):
if n>=50:
pen.pensize(n/10)
pen.forward(n)
angle =random.randint(0,360)
pen.right(angle)
......
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