Commit 81b12d96 by BellCodeEditor

save project

parent 0d8b0ce6
Showing with 2 additions and 2 deletions
......@@ -13,9 +13,9 @@ w.bgcolor('wheat') # wheat小麦
pen.left(90)
pen.up()
pen.backward(150) # 后退
pen.down()
pen.down()
turtle.done()
def tree(n):
if n>=0:
pen.speed(0)
......
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