Commit b58fff92 by BellCodeEditor

save project

parent 939ad123
Showing with 1 additions and 1 deletions
......@@ -18,7 +18,7 @@ def tree(n):
pen.color('sienna')
pen.pensize(n/10)
pen.forward(n)
angle = random()
angle = random.random()
pen.right(30*angle)
length = 1.5*random.random()
tree(n-10*length)
......
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