Commit 944be0f1 by BellCodeEditor

auto save

parent 929974e5
Showing with 13 additions and 1 deletions
......@@ -14,11 +14,21 @@ a.down()
# ikun
a.forward(100)
# ikun
# ikun
# ikun
# ikun
a.forward(100)
# 主树干
a.right(30)
a.forward(50)
a.penup()
a.forward(-50)
# 左干
a.pendown()
a.left(60)
a.forward(50)
......@@ -26,5 +36,7 @@ a.penup()
a.forward(-50)
a.right(30)
a.forward(-100)
a.pendown()
# 回到起点
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