Commit df28d3dd by BellCodeEditor

save project

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