Commit 38a93db1 by BellCodeEditor

save project

parent 1694b7e8
Showing with 1 additions and 0 deletions
......@@ -19,6 +19,7 @@ def t(n):
t(n-10)
pen.left(60)
t(n-10)
pen.right(30)
pen.up()
pen.backward(n)
pen.down()
......
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