Commit 238e7bbc by BellCodeEditor

save project

parent 75a5f97c
Showing with 0 additions and 1 deletions
......@@ -16,7 +16,6 @@ def tree(i):
pen.forward(i)
pen.right(30)
tree(i-10)
pen.backward(50)
pen.left(60)
tree(i-10)
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