Commit 9429a2ca by BellCodeEditor

auto save

parent 4b139470
Showing with 11 additions and 2 deletions
...@@ -15,7 +15,16 @@ pen.down() ...@@ -15,7 +15,16 @@ pen.down()
pen.forward(100) pen.forward(100)
#主干 #主干
pen.right(30) pen.right(30)
pen.forward(50)
pen.up()
pen.backward(50)
pen.down()
pen.left(60)
pen.forward(50)
pen.up()
pen.backward(50)
pen.right(30)
pen.backward(100)
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