Commit 25403c0b by BellCodeEditor

save project

parent 0e6f39fe
Showing with 2 additions and 28 deletions
...@@ -12,8 +12,9 @@ pen.up() ...@@ -12,8 +12,9 @@ pen.up()
pen.backward(150) # 后退 pen.backward(150) # 后退
pen.down() pen.down()
pen.forward() pen.forward(100)
pen.right(30) pen.right(30)
pen.forward(50)
pen.up() pen.up()
pen.backward(50) pen.backward(50)
pen.down() pen.down()
...@@ -30,31 +31,4 @@ pen.down() ...@@ -30,31 +31,4 @@ pen.down()
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