Commit df9b735c by BellCodeEditor

save project

parent c816b9b8
Showing with 18 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
"""t=turtle.Pen()
t.write("sasa\Xassasa\nsasa",font=("Times",20,"normal"))
turtle.done()"""
a=turtle.Pen()
a.pensize(4)
a.color("red")
a.begin_fill()
a.left(45)
a.fd(200)
a.circle(100,180)
a.right(90)
a.circle(100,180)
a.fd(200)
a.end_fill()
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