Commit 6cdb7eb9 by BellCodeEditor

save project

parent a5ba7864
Showing with 1 additions and 1 deletions
...@@ -2,7 +2,7 @@ import turtle ...@@ -2,7 +2,7 @@ import turtle
import random import random
def tree(n): def tree(n):
if n >= 50: if n >= 10:
len = random.randint(10,30) len = random.randint(10,30)
angle = random.randint(15,30) angle = random.randint(15,30)
pen.forward(n) pen.forward(n)
......
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