Commit c5baa392 by BellCodeEditor

save project

parent a3bef205
Showing with 8 additions and 5 deletions
import turtle
len=60
jk=60
pen=turtle.Pen()
len.textinpup("表提""爱心要多大")
screen=turtle.Screen()
pen.penup()
pen.goto(0,-100)
screen.bgcolor("green")
pen.write("嘿,你个司马玩意儿\n,你爸爸我回来了",font=("Times",20,"normal"))
pen.hideturtle()
int(jk)
penl=turtle.Pen()
penl.fillcolor("red")
penl.begin_fill()
penl.left(45)
penl.forward(2*len)
penl.circle(len,180)
penl.forward(2*jk)
penl.circle(jk,180)
penl.right(90)
penl.circle(len,180)
penl.forward(2*len)
penl.circle(jk,180)
penl.forward(2*jk)
penl.end_fill()
penl.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