Commit 8ec979a7 by BellCodeEditor

save project

parent c0701fcc
Showing with 4 additions and 1 deletions
...@@ -18,6 +18,9 @@ w = turtle.Screen() ...@@ -18,6 +18,9 @@ w = turtle.Screen()
w.bgcolor('wheat') # wheat小麦 w.bgcolor('wheat') # wheat小麦
# 移动到起点 # 移动到起点
pen.left(90)
pen.up()
pen.backward(150)
pen.down()
tree(100) tree(100)
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