Commit 0d7f9d53 by BellCodeEditor

save project

parent f3072e22
Showing with 2 additions and 1 deletions
......@@ -20,6 +20,7 @@ def tree(n):
pen.left(60)
tree(n-10)
pen.right(30)
pen.up()
pen.backward(n)
......@@ -27,7 +28,7 @@ def tree(n):
tree(60)
......
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