Commit 864a6e78 by BellCodeEditor

save project

parent 34c88433
Showing with 3 additions and 8 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write(" 李白没带纸\n 现 赵嘉哲\n 李白乘舟去拉屎\n发现自己没带纸\n杜甫正在拉稀屎\n他也发现没带纸",font=("Times",30,"normal"))
import turtle #导入turtle模块
pen=turtle.Pen() #创建画笔
pen.hideturtle()
pen.write("你好",font=("Times",30,"normal"))
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