Commit dffe6079 by BellCodeEditor

auto save

parent 75db180f
Showing with 5 additions and 0 deletions
import turtle #导入turtle模块;
pen = turtle.Pen() #创建画笔;
pen.write("诺依,你好呀!!!",font=("Times",30,"normal")) #使用画笔的write方法在画布上写信息!
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