Commit 98b5b236 by BellCodeEditor

save project

parent 3bdfcf94
Showing with 20 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ import turtle
\ No newline at end of file pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.pensize(5)
pen.pencolor("red")
pen.penup()
pen.goto(100,100)
turtle.write("我是悟空,\n我爱你!\n诺伊,你嫁给我吧!\n你要是拒绝,\n老子就杀到你家门口!\n",font=("Times",15,"normal"))
pen.goto(80,-100)
pen.pendown()
pen.left(45)
pen.forward(200)
pen.circle(100,180)
pen.right(90)
pen.circle(100,180)
pen.forward(200)
pen.hideturtle()
turtle.done()
\ 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