Commit 14149840 by BellCodeEditor

save project

parent b39a110f
Showing with 1 additions and 1 deletions
...@@ -16,6 +16,6 @@ def tree(l): ...@@ -16,6 +16,6 @@ def tree(l):
pen.left(60) pen.left(60)
tree(l-30) tree(l-30)
pen.right(30) pen.right(30)
pen.backward(n) pen.backward(l)
tree(150) tree(150)
turtle.done() turtle.done()
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