Commit 976cedb9 by BellCodeEditor

save project

parent 57a1d07c
Showing with 7 additions and 3 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
p=turtle.Pen()
p.write("我用turtle给你回信了\n——悟空",font=("Times",20,"normal"))
p.hideturtle()
# p=turtle.Pen()
# p.write("我用turtle给你回信了\n——悟空",font=("Times",20,"normal"))
# p.hideturtle()
# turtle.done()
t=turtle.Pen()
t.circle(50,180)
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