Commit 07ee194b by BellCodeEditor

save project

parent b1358592
Showing with 11 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
# #导入模块
\ No newline at end of file import turtle
#创建画笔
pen=turtle.Pen
#开始写字
pen.write("诺依你全家都死了,\n因为你秀恩爱,\n你以为我没有女朋友吗?\n其实我有女朋友!",font=("Time",50,"Normal"))
#隐藏画笔
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