Commit da62f08a by BellCodeEditor

auto save

parent c611411a
Showing with 3 additions and 3 deletions
......@@ -18,11 +18,11 @@ def darw_tree(n,lenth):
else:
pen.forward(lenth)
pen.right(30)
darw_tree(n-1,lenth/2)
darw_tree(n-1,lenth/1.2)
pen.left(60)
darw_tree(n-1,lenth/2)
darw_tree(n-1,lenth/1.2)
pen.right(30)
pen.backward(lenth)
darw_tree(2,150)
darw_tree(4,150)
turtle.done()
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