Commit cf1057f8 by BellCodeEditor

save project

parent 148ba3c2
Showing with 2 additions and 0 deletions
......@@ -32,5 +32,7 @@ def tree(n):
tree(n-length)
pen.right(angle)
pen.up()
pen.backward(n)
pen.drow()
tree(60)
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