Commit 0b9c40f4 by BellCodeEditor

save project

parent ca1ecf14
Showing with 4 additions and 1 deletions
......@@ -18,6 +18,9 @@ pen.forward(50)
pen.up()
pen.forward(-50)
left(60)
pen.backward(150)
pen.left(90)
pen.up()
pen.backward(150) # 后退
pen.down()
pen.forward(50)
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