Commit a4963f01 by BellCodeEditor

auto save

parent 1d082955
Showing with 2 additions and 1 deletions
......@@ -16,8 +16,9 @@ def tree(n):
pen.color("sienna")
pen.right(random.randint(10,40))
pen.penup()
pen.backward(n)
pen.pendown()
pen.backward(n)
pen = turtle.Turtle()
pen.color('sienna')
......
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