Commit 099db251 by BellCodeEditor

save project

parent 97160b57
Showing with 2 additions and 2 deletions
......@@ -25,11 +25,11 @@ def tree(n):
b=random.randint(1,15)
pen.forward(n)
pen.right(a)
tree(n-10)
tree(n-b)
pen.left(a*2)
tree(n-10)
tree(n-b)
pen.right(a)
pen.up()
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