Commit 96e1f927 by BellCodeEditor

save project

parent 3a5fb553
Showing with 2 additions and 2 deletions
......@@ -12,9 +12,9 @@ pen.up()
pen.backward(150) # 后退
pen.down()
pen.forward(100)
pen.left(30)
pen.right()(30)
pen.forward(50)
pen.backward(50)
pen.right(60)
pen.left()(60)
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