Commit 6edeaf04 by BellCodeEditor

save project

parent 5ded7918
Showing with 15 additions and 2 deletions
......@@ -7,13 +7,26 @@ w = turtle.Screen()
w.bgcolor('wheat') # wheat小麦
# 6
pen.left(90)
pen.up()
pen.backward(150) # 后退
pen.down()
# pen.penup()
pen.forward(100)
pen.right(30)
pen.forward(50)
pen.pendown()
pen.backward(50)
# pen.penup()
pen.right(-60)
pen.forward(50)
pen.penup()
pen.backward(50)
pen.right(30)
pen.backward(100)
turtle.done()
print("我真jb服了🤬")
......
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