Commit 6ddbab9d by BellCodeEditor

save project

parent a075876f
Showing with 9 additions and 2 deletions
...@@ -4,12 +4,19 @@ pen = turtle.Turtle() ...@@ -4,12 +4,19 @@ pen = turtle.Turtle()
pen.color('sienna') pen.color('sienna')
# 画布大小 # 画布大小
w = turtle.Screen() w = turtle.Screen()
w.bgcolor('wheat') # wheat小 w.bgcolor('wheat') # wheat小今后九月份好i一口i有益于i语录体uu一股有i也同样关于u
# 移动到起 # 移动到起
pen.left(90) pen.left(90)
pen.up() pen.up()
pen.backward(150) # 后退 pen.backward(150) # 后退
pen.down() pen.down()
pen.forward(100)
pen.right(30)
pen.forward(50)
pen.backward(50)
pen.left(60)
pen.forward(50)
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