Commit 08083f9a by BellCodeEditor

save project

parent b2b09701
Showing with 3 additions and 1 deletions
...@@ -20,8 +20,10 @@ pen.down() ...@@ -20,8 +20,10 @@ pen.down()
pen.left(60) pen.left(60)
pen.forward(50) pen.forward(50)
pen.up() pen.up()
pen.backward(50) # 后退 pen.backward(50) # 后退
pen.down() pen.down()
pen.right(30) pen.right(30)
pen.up() pen.up()
pen.backward(100)
pen.down()
turtle.done() 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