Commit 667dfb9c by BellCodeEditor

save project

parent a075876f
Showing with 11 additions and 1 deletions
...@@ -12,4 +12,13 @@ pen.up() ...@@ -12,4 +12,13 @@ pen.up()
pen.backward(150) # 后退 pen.backward(150) # 后退
pen.down() pen.down()
turtle.done() turtle.left(90)
turtle.pendown()
turtle.forward(100)
turtle.left(30)
turtle.forward(50)
turtle.penup()
turtle.backward(50)
turtle.pendown()
turtle.right(60)
turtle.forward(50)
\ No newline at end of file
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