Commit bfbe3923 by BellCodeEditor

save project

parent bd022481
Showing with 2 additions and 1 deletions
...@@ -20,9 +20,10 @@ def tree(n): ...@@ -20,9 +20,10 @@ def tree(n):
tree(n-10) tree(n-10)
pen.right(30) pen.right(30)
pen.up() pen.up()
pen.backward() pen.backward(n)
pen.down() pen.down()
tree(100)
turtle.done() turtle.done()
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