Commit a8f8a342 by BellCodeEditor

save project

parent 4de886f2
Showing with 8 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
#写字
pen=turtle.Pen()#创建画笔
pen.write("哇啊啊啊啊啊\n上课",font=("宋体",30,"normal"))
pen.hideturtle()
turtle.done()
\ No newline at end of file
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