Commit eabd6053 by BellCodeEditor

auto save

parent 23ced7f6
Showing with 1 additions and 1 deletions
...@@ -19,7 +19,7 @@ def tree(n): ...@@ -19,7 +19,7 @@ def tree(n):
pen.forward(n) pen.forward(n)
angle = random.randint(0,30) angle = random.randint(0,30)
length = random.randint(1,15) length = random.randint(1,15)
if length<=12: if length<=12:
turtle.pencolor='snow' turtle.pencolor='snow'
turtle.pensize=length/3 turtle.pensize=length/3
else: else:
......
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