Commit 9ec05127 by BellCodeEditor

save project

parent a1460195
Showing with 1 additions and 1 deletions
...@@ -27,7 +27,7 @@ def tree(n): ...@@ -27,7 +27,7 @@ def tree(n):
pen.forward(n) pen.forward(n)
A=random.randint(0,30) A=random.randint(0,30)
L=random.randint(1,15) L=random.randint(1,15)
pen.right(angle) pen.right(A)
tree(n-A) tree(n-A)
pen.left(2*A) pen.left(2*A)
tree(n-A) tree(n-A)
......
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