Commit b39a110f by BellCodeEditor

save project

parent 75e9cc3f
Showing with 1 additions and 1 deletions
......@@ -9,7 +9,7 @@ pen.up()
pen.backward(150) # 后退
pen.down()
def tree(l):
if l>=30
if l>=30:
pen.forward(l)
pen.right(30)
tree(l-30)
......
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