Commit 4c56a3e4 by BellCodeEditor

save project

parent be2fb39b
Showing with 8 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("立马!\n听我说谢谢你,\n污染了世界。\n焯!——",font=("Times",40,"normal"))
pen.hideturtle()
# pen=turtle.Pen()
# pen.write("立马!\n听我说谢谢你,\n污染了世界。\n焯!——",font=("Times",40,"normal"))
# pen.hideturtle()
# turtle.done()
# 画圆
pen1=turtle.Pen()
pen1.circle(-50)
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