Commit ffdba03e by BellCodeEditor

auto save

parent ad8a05bd
Showing with 2 additions and 3 deletions
...@@ -9,7 +9,7 @@ w.bgcolor('wheat') # wheat小麦 ...@@ -9,7 +9,7 @@ w.bgcolor('wheat') # wheat小麦
# 移动到起点 # 移动到起点
pen.left(90) pen.left(90)
pen.up() pen.up()
pen.backward(230) # 后退 pen.backward(290) # 后退
pen.down() pen.down()
pen.forward(150) pen.forward(150)
pen.right(30) pen.right(30)
...@@ -24,4 +24,4 @@ def tree(n): ...@@ -24,4 +24,4 @@ def tree(n):
pen.up() pen.up()
pen.backward(n) pen.backward(n)
pen.down() pen.down()
tree(100) tree(90)
\ No newline at end of file
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