Commit 48b4361e by BellCodeEditor

save project

parent c2f1308f
Showing with 6 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle #导入turtle模块
a=turtle.Pen()#新建画笔
a.write("静夜思\n唐[李白]\n床前明月光\n疑是地上霜",font=("STKAITI",30,"normal"))#写字
a.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