Commit aa4aff33 by BellCodeEditor

save project

parent f90c7eb4
Showing with 1 additions and 1 deletions
......@@ -8,7 +8,7 @@ def tree(n):
tree(n-10)
pen.right(30)
pen.up()
pen.backward(150) # 后退
pen.backward(n) # 后退
pen.down()
pen = turtle.Turtle()
......
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