Commit 3ecd5e42 by BellCodeEditor

auto save

parent a3a45e86
Showing with 0 additions and 10 deletions
#导入模块
import turtle
#新建画笔
pen=turtle.Pen()
pen.write("我在5:20睡觉,\n13:14准时起,\n主打个浪漫,\n",font=("Simsun",25,"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