Commit 5682cc81 by BellCodeEditor

save project

parent eb19a4c4
Showing with 2 additions and 2 deletions
...@@ -16,12 +16,12 @@ pen.forward(100) ...@@ -16,12 +16,12 @@ pen.forward(100)
pen.right(30) pen.right(30)
pen.forward(50) pen.forward(50)
pen.up() pen.up()
pen.backward(60) pen.backward(50)
pen.down() pen.down()
pen.left(60) pen.left(60)
pen.forward(50) pen.forward(50)
pen.up() pen.up()
pen.backward(60) pen.backward(50)
pen.down() pen.down()
pen.right(30) pen.right(30)
pen.up() pen.up()
......
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