Commit 08083f9a by BellCodeEditor

save project

parent b2b09701
Showing with 2 additions and 0 deletions
...@@ -24,4 +24,6 @@ pen.backward(50) # 后退 ...@@ -24,4 +24,6 @@ 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