Commit 58e58c49 by BellCodeEditor

save project

parent e3ce3f8b
Showing with 1 additions and 1 deletions
...@@ -13,7 +13,7 @@ pen.backward(150) # 后退 ...@@ -13,7 +13,7 @@ pen.backward(150) # 后退
pen.down() pen.down()
def tree(n): def tree(n):
if n>=0: if n>=0:
pen.pensize(n/10)snow,lightcoral pen.pensize(n/10)snow,lightcoral,sienna
pen.forward(n) pen.forward(n)
angle=random.randint(10,30) angle=random.randint(10,30)
long=random.randint(1,20) long=random.randint(1,20)
......
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