Commit 4779c4a6 by BellCodeEditor

save project

parent a075876f
Showing with 11 additions and 0 deletions
...@@ -11,5 +11,16 @@ pen.left(90) ...@@ -11,5 +11,16 @@ pen.left(90)
pen.up() pen.up()
pen.backward(150) # 后退 pen.backward(150) # 后退
pen.down() pen.down()
turtle.left(45)
turtle.forward(100)
turtle.left(180)
turtle.forward(100)
turtle.right(90)
turtle.forward(100)
turtle.left(180)
turtle.forward(100)
turtle.right(45)
turtle.forward(150)
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