Commit adceefb3 by BellCodeEditor

save project

parent 654bc3ba
Showing with 24 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle as t
t.Pen()
t.color('red')
t.penup()
t.goto(100, -100)
t.pendown()
#t.Pen()
t.write( "诺依,\n 你个26子",font=("Times",50,"normal"))
#t.color('red')
t.penup()
t.home()
t.begin_fill()
t.pendown()
t.left(45)
t.fd(100)
t.circle(50,180)
t.right(90)
t.circle(50,180)
t.fd(100)
t.end_fill()
t.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