Commit 3fe55c45 by BellCodeEditor

save project

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