Commit ee87b56d by BellCodeEditor

auto save

parent 2fe94c19
Showing with 0 additions and 8 deletions
# 利用write()帮助悟空给诺依回信吧~
#导入库turtle
import turtle
#创建画笔
pen = turtle.Pen()
pen.write("你好,诺伊.\n我会使用画笔写字了",font=("Times",20,"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