Commit e2281786 by BellCodeEditor

save project

parent 6384de3f
Showing with 1 additions and 1 deletions
......@@ -20,7 +20,7 @@ def tree(n):
pen.pensize(n/10)
pen.pencolor('sienna')
length=random.randint(1,15)
angle=random.randint(1,30)
angle=random.randint(1,40)
pen.forward(n)
pen.right(angle)
tree(n-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