Commit abd33ded by BellCodeEditor

save project

parent 2fa84115
Showing with 2 additions and 2 deletions
...@@ -25,8 +25,8 @@ def tree(x): ...@@ -25,8 +25,8 @@ def tree(x):
tree(x-10) tree(x-10)
a.right(30) a.right(30)
a.penup() a.penup()
a.forward(x) a.forward(-x)
a.pendown() a.pendown()
tree(300) 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