Commit 6854ce22 by BellCodeEditor

save project

parent e0418c41
Showing with 1 additions and 1 deletions
......@@ -15,7 +15,7 @@ def tree(n):
tree(n-10)
pen.right(30)
pen.backward(n)
pen.penup
pen.penup()
# 移动到起点
pen.left(90)
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