Commit 5c07f511 by BellCodeEditor

save project

parent 229c1e6d
Showing with 4 additions and 2 deletions
......@@ -14,7 +14,7 @@ def tree(n):
pen.up()
pen.backward(n)
pen.down()
tree(60)
pen = turtle.Turtle()
......@@ -29,7 +29,9 @@ pen.up()
pen.backward(150)
pen.down()
pen.pensize(10)
turtle.down()
tree(60)
turtle.done()
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