Commit 43f27a09 by BellCodeEditor

auto save

parent c62f3c38
Showing with 2 additions and 4 deletions
......@@ -8,10 +8,8 @@ def tree(n): # 画树枝
tree(n-10)
pen.left(60)
tree(n-10)
pen.right(30)
pen.up()
pen.backward(n)
pen.down()
pen.right(20)
pen = turtle.Turtle()
pen.color('sienna')
......
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