Commit 553bb6b5 by BellCodeEditor

save project

parent fc91af37
Showing with 2 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen1.up penup()
goto(-100,0) goto(100,-100)
pen=turtle.Pen() pen=turtle.Pen()
pen.write("春眠不觉晓,\n处处闻啼鸟.\n",font=("Times",20,"normal")) pen.write("春眠不觉晓,\n处处闻啼鸟.\n",font=("Times",20,"normal"))
pen.hideturtle() pen.hideturtle()
......
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