Commit 5c7a2d6d by BellCodeEditor

save project

parent ca4aa1eb
Showing with 8 additions and 3 deletions
# 利用write()帮助悟空
import turtle
pen=turtle.Pen()
pen.write("叶俊希\n是我的傻X儿子!!!!!!",font=("Times",12,"normal"))
turtle.done()
\ No newline at end of file
pen.write("生前遗书:\n✌菌希\n愿望:当我的傻X儿子!!!!!!\n是个傻逼!!!!!\n不是人!!!!\n爱吃屎\n享年10岁\n 2021.3.19 蒋瑞",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
import turtle
pen=turtle.Pen()
pen.write("生前遗书:\n✌菌希\n愿望:当我的傻X儿子!!!!!!\n是个傻逼!!!!!\n不是人!!!!\n爱吃屎\n享年10岁\n 2021.3.19 蒋瑞",font=("Times",30,"normal"))
pen.hideturtle()
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