Commit 845926c2 by BellCodeEditor

save project

parent 6e870a46
Showing with 9 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
hg=turtle.Pen()
hg.write("你\n好!",font=("Times",100,"normal"))
hg.hideturtle()
turtle.done()
# hg=turtle.Pen()
# hg.write("你\n好!",font=("Times",100,"normal"))
# hg.hideturtle()
# turtle.done()
import turtle
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