Commit 579f1d65 by BellCodeEditor

save project

parent 79c01ded
Showing with 2 additions and 2 deletions
...@@ -15,9 +15,9 @@ def tree(a): ...@@ -15,9 +15,9 @@ def tree(a):
if a>=50: if a>=50:
pen.forward(a) pen.forward(a)
pen.right(30) pen.right(30)
tree(a-50) tree(a-30)
pen.left(60) pen.left(60)
tree(a-50) tree(a-30)
pen.right(30) pen.right(30)
pen.backward(a) pen.backward(a)
return(a) return(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