Commit 839aa9e1 by BellCodeEditor

auto save

parent ee835257
Showing with 2 additions and 1 deletions
import turtle
def tree(n)
if n>=50
pen.forward()
pen.pensize(n/10)
pen.forward(n)
angle=random.randint(0,30)
length=random.randint(1,15)
pen.right(angle)
......
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