Commit 43f27a09 by BellCodeEditor

auto save

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