Commit 8ebba3df by BellCodeEditor

auto save

parent 5f5f15ec
Showing with 0 additions and 20 deletions
import turtle
a=turtle.Pen()
a.pensize(10)
a.color("pink")
a.begin_fill()
a.left(45)
a.fd(100)
a.circle(50,180)
a.right(90)
a.circle(50,180)
a.fd(100)
a.end_fill()
a.penup()
a.goto(180,-180)
a.pendown()
a.write("我爱你\n我喜欢你\n我爱你\n我喜欢你\n我爱你\n我喜欢你\n",font=("Times",20,"normal"))
a.hideturtle()
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