Commit 1ff9c5ff by BellCodeEditor

auto save

parent 594b4ec2
Showing with 6 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# import turtle #导入turtle模块
pen=turtle.Pen()
# pen=turtle.Pen() #创建画笔
pen.write("利用write()\n帮助悟空给诺依\n回信吧~",font=("Times",20,"normal"))
pen.hideturtle()
# pen.write("利用write()\n帮助悟空给诺依\n回信吧~",font=("Times",20,"normal")) #书写文字
# pen.hideturtle() #隐藏画笔
# turtle.done() #保存画布
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