Commit 9c1616d4 by BellCodeEditor

auto save

parent a15989ca
Showing with 13 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
#写字
pen=turtle.Pen()#创建画笔
pen.write("哇啊啊啊啊啊\n上课",font=("宋体",30,"normal"))
pen.hideturtle()
turtle.done()
#画图
pen=turtle.Pen()
pen1.circle(100)
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