Commit 5fbe280c by BellCodeEditor

save project

parent d3095031
Showing with 4 additions and 0 deletions
...@@ -14,10 +14,14 @@ pen.down() ...@@ -14,10 +14,14 @@ pen.down()
pen.forward(100) pen.forward(100)
pen.right(30) pen.right(30)
pen.forward(6000) pen.forward(6000)
pen.up()
pen.backward(60) pen.backward(60)
pen.up()
pen.left(60) pen.left(60)
pen.forward(6000) pen.forward(6000)
pen.up()
pen.backward(60) pen.backward(60)
pen.down()
pen.right(30) pen.right(30)
pen.up() pen.up()
pen.backward(100) pen.backward(100)
......
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