Commit 100e259d by BellCodeEditor

save project

parent 5ea336cf
Showing with 10 additions and 6 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
# pen=turtle.Pen()
# pen.write("谢谢你,\n让我这么忙!~~~",font=("Times",20,"normal"))
# pen.hideturtle()
# turtleturtle.done()
pen=turtle.Pen()
pen.penup()
pen.goto(-100,-100)
pen.write("谢谢你,\n让我这么忙!I hate python~~~",font=("Times",20,"normal"))
pen.hideturtle()
pen2=turtle.Pen()
pen2.pensize(99999999)
pen2.pencolor("pink")
pen2.pensize(9)
pen2.pencolor("red")
pen2.fillcolor("red")
pen2.begin_fill()
pen2.left(45)
pen2.forward(100)
pen2.circle(50,180)
pen2.right(90)
pen2.circle(50,180)
pen2.forward(100)
pen2.end_fill()
turtle.done()
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