Commit a6a9e24b by BellCodeEditor

save project

parent a075876f
Showing with 8 additions and 0 deletions
...@@ -13,3 +13,11 @@ pen.backward(150) # 后退 ...@@ -13,3 +13,11 @@ pen.backward(150) # 后退
pen.down() pen.down()
turtle.done() turtle.done()
turtle.pendown()
turtle.forward(100)
turtle.left(30)
turtle.forward(50)
turtle.penup()
turtle.backward(50)
turtle.right(60)
turtle.forward(50)
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