Commit c37b89e7 by BellCodeEditor

save project

parent 10f89a17
Showing with 0 additions and 1 deletions
...@@ -11,7 +11,6 @@ def tree(n): ...@@ -11,7 +11,6 @@ def tree(n):
else: else:
pen.color('sienna') pen.color('sienna')
pen.pensize(n/10) pen.pensize(n/10)
pen.speed(0)
pen.fd(n) pen.fd(n)
angle=random.randint(0,30) angle=random.randint(0,30)
length=random.randint(1,15) length=random.randint(1,15)
......
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