Commit 0d1c5d89 by BellCodeEditor

save project

parent e0c1abaa
Showing with 6 additions and 4 deletions
# 利用write()帮助悟空给诺依回信吧~
imput turtle.Pen
pen=turtle.Pen
pen.write("Hi,诺伊\n用pythonxie'hexiehe")
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.write("Hi,诺伊\n用python写贺卡太有趣了\n我也喜欢ptython\n——悟空",font=("Times",18,"normal"))
pen.hideturtle()
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