Commit f4a5c257 by BellCodeEditor

save project

parent 2544802e
Showing with 1 additions and 9 deletions
...@@ -22,14 +22,6 @@ def tree(n): ...@@ -22,14 +22,6 @@ def tree(n):
pen.right(30) pen.right(30)
pen.up() pen.up()
pen.backward(n) pen.backward(n)
pen.down pen.down()
tree(100) tree(100)
turtle.done() 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