Commit da1af5c3 by BellCodeEditor

save project

parent 4a0e481b
Showing with 17 additions and 6 deletions
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
#pen.write() a.pensize(10)
#pen.hideturtle() a.color("pink")
for i in range: a.begin_fill()
a.right(45) a.left(45)
a.fd(100) a.fd(100)
a. 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() 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