Commit 800ecf6a by BellCodeEditor

save project

parent 7d5f277b
Showing with 12 additions and 2 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen=pen.write("Hi,诺伊~\nhhh~\") pen=pen.write("Hi,诺伊~\n用电子贺卡真不错~\n",font=("Times",20,"normal"))
pen.hideturtle() a=turtle.Pen()
a.pencolor("red")
a.pensize(5)
a.right(45)
a.forward(30)
a.circle(15,180)
a.right(45)
a.circle(15,180)
a.forward(30)
a.hideturtle()
turtle.done() turtle.done()
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
\ 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