Commit f96c1c45 by BellCodeEditor

save project

parent 56b2da43
Showing with 3 additions and 1 deletions
......@@ -34,7 +34,9 @@ def tree(n):
up()
backword(n)
down()
left(60)
tree(n-50)
right(50)
tree(100)
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