Commit c838001b by BellCodeEditor

save project

parent 8eb55b36
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ def tree(n): ...@@ -5,7 +5,7 @@ def tree(n):
pen.forward(n) pen.forward(n)
pen.right(30) pen.right(30)
tree(n - 10) tree(n - 10)
pen.right(60) pen.left(60)
tree(n - 10) tree(n - 10)
pen.right(30) pen.right(30)
pen.up() pen.up()
......
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