Commit d3095031 by BellCodeEditor

save project

parent 9d056369
Showing with 2 additions and 2 deletions
...@@ -13,10 +13,10 @@ pen.backward(150) # 后退 ...@@ -13,10 +13,10 @@ pen.backward(150) # 后退
pen.down() pen.down()
pen.forward(100) pen.forward(100)
pen.right(30) pen.right(30)
pen.forward(60) pen.forward(6000)
pen.backward(60) pen.backward(60)
pen.left(60) pen.left(60)
pen.forward(60) pen.forward(6000)
pen.backward(60) pen.backward(60)
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