Commit 61e03349 by BellCodeEditor

save project

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