Commit ced18062 by BellCodeEditor

save project

parent 1797fa3e
Showing with 1 additions and 1 deletions
......@@ -13,7 +13,7 @@ def tree(n):
a.forward(n)
a.pensize(n/10)
b=random.randint(0,30)
c=random.randint(0,10)
c=random.randint(0,15)
a.right(b)
tree(n-c)
a.left(b*2)
......
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