Commit bc70e41b by BellCodeEditor

save project

parent b38332bd
Showing with 1 additions and 0 deletions
...@@ -3,6 +3,7 @@ import random ...@@ -3,6 +3,7 @@ import random
def tree(n): def tree(n):
if n >= 0: if n >= 0:
pen.forward(n) pen.forward(n)
angel = random.randint(0,30) angel = random.randint(0,30)
pen.right(angle) 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