Commit bcb805c6 by BellCodeEditor

save project

parent 357de096
Showing with 3 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("闻王昌龄左迁龙标遥有此寄,\n李白\n杨花落尽子规啼,\n闻道龙标过五溪。\n我寄愁心与明月,\n随君直到夜郎西。"font=("仿宋",60,"kind of big"))
pen.write("闻王昌龄左迁龙标遥有此寄,\n李白\n杨花落尽子规啼,\n闻道龙标过五溪。\n我寄愁心与明月,\n随君直到夜郎西。",font=("Times",20,"normal"))
pen.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