Commit 42c3423f by BellCodeEditor

save project

parent 6c333b22
Showing with 2 additions and 0 deletions
......@@ -21,6 +21,8 @@ def tree(n):
pen.up()
pen.backward(n)
pen.down()
tree(60)
turtle.done
pen.forward(n)
pen.right(30)
......
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