Commit 641a3e9b by BellCodeEditor

save project

parent a15989ca
Showing with 18 additions and 0 deletions
# 利用write()帮助悟空给诺
import turtle as t
# pen=t.Pen()
# t.bgcolor('pink')
# pen.write('诺伊,python真好用。',font=('Times',30,'normal'))
# t.begin_fill()
t.pencolor('red')
t.pensize(5)
t.lt(45)
t.fd(100)
t.circle(50,180)
t.rt(90)
t.circle(50,180)
t.fd(100)
t.end_fill()
t.ht()
t.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