Commit aec4a84b by BellCodeEditor

auto save

parent 1d7627be
Showing with 6 additions and 10 deletions
# 利用write()帮助悟空给诺依回信吧~ # 利用write()帮助悟空给诺依回信吧~
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
pen.write("李白拉屎没带纸\n [现] 赵嘉哲\n李白乘舟去拉屎,\n发现自己没带纸。\n杜甫正在拉稀屎,\n他也发现没带纸。",font=("Times",30,"normal")) pen.write(" 李白没带纸\n 现 赵嘉哲\n 李白乘舟去拉屎\n发现自己没带纸\n杜甫正在拉稀屎\n他也发现没带纸",font=("Times",30,"normal"))
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
pen.color("red")
pen.left(45)
pen.forward(100)
pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
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