Commit 39891d64 by BellCodeEditor

save project

parent e77729bb
Showing with 2 additions and 1 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("西塞山前白鹭飞\n桃花流水鲔鱼肥\n琴罗利卢梭衣\u斜风细雨不须归",font=("Times",20,"normal")) pen.write("西塞山前白鹭飞\n桃花流水鲔鱼肥。\n清罗利,绿梭衣,\n斜风细雨不须归。",font=("Times",20,"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