Commit a9480599 by BellCodeEditor

save project

parent faf45228
Showing with 2 additions and 1 deletions
...@@ -12,7 +12,7 @@ pen.up() ...@@ -12,7 +12,7 @@ pen.up()
pen.backward(150) # 后退 pen.backward(150) # 后退
pen.down() pen.down()
turtle.done() turtle.left(90)
turtle.pendown() turtle.pendown()
turtle.forward(100) turtle.forward(100)
turtle.left(30) turtle.left(30)
...@@ -25,3 +25,4 @@ turtle.forward(50) ...@@ -25,3 +25,4 @@ turtle.forward(50)
turtle.penup() turtle.penup()
turtle.backward(50) 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