Commit 945d6742 by BellCodeEditor

save project

parent 4859ba09
Showing with 14 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
Pen=turtle.Pen()
Pen.write("我是你田爸爸",font=("times",40,"normal"))
#Pen=turtle.Pen()
#Pen.write("我是你田爸爸",font=("times",40,"normal"))
#turtle.done()
Penl=turtle.Pen()
Penl.pensize(5)
Penl.pencolor("red")
Penl.left(45)
Penl.forward(100)
Penl.circle(50,180)
Penl.right(90)
Penl.circle(50,180)
Penl.forward(100)
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