Commit 73c2fd29 by BellCodeEditor

auto save

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