Commit 93983b0d by BellCodeEditor

save project

parent bf6f69fa
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=tuetle.Pen() pen=turtle.Pen()
pen.write("离离原上草\n,一岁一枯荣\n,野火烧不近\n,春风吹又生\n,") pen.write("离离原上草\n,一岁一枯荣\n,野火烧不近\n,春风吹又生\n,"font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() 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