Commit 8bf08003 by BellCodeEditor

save project

parent daf03e83
Showing with 2 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("诺依你好呀\nturtle真好用\n",font=("Times",30,"normal")) pen.write("今天起的有点早\n不如做个小汉堡\n汉堡味道怎么样\n配料必须要选好\n豆腐乳豆腐渣最后放点韭菜花\n拿片汉堡盖上它",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() 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