Commit 1694b7e8 by BellCodeEditor

save project

parent a9da6ae9
Showing with 3 additions and 1 deletions
......@@ -19,6 +19,8 @@ def t(n):
t(n-10)
pen.left(60)
t(n-10)
pem.backward(n)
pen.up()
pen.backward(n)
pen.down()
t(50)
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