Commit fac000de by BellCodeEditor

save project

parent fd8ab20c
Showing with 6 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
jk=60
pen=turtle.Pen()
screen=turtle.Screen()
pen.penup()
......@@ -7,17 +8,15 @@ pen.goto(0,-100)
screen.bgcolor("green")
pen.write("嘿,你个司马玩意儿\n,你爸爸我回来了",font=("Times",20,"normal"))
pen.hideturtle()
penl=turtle.Pen()
penl.fillcolor("red")
penl.begin_fill()
penl.left(45)
penl.forward(100)
penl.circle(50,180)
penl.forward(2*jk)
penl.circle(jk,180)
penl.right(90)
penl.circle(50,180)
penl.forward(100)
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