Commit 1d7627be by BellCodeEditor

auto save

parent c816b9b8
Showing with 15 additions and 0 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write("李白拉屎没带纸\n [现] 赵嘉哲\n李白乘舟去拉屎,\n发现自己没带纸。\n杜甫正在拉稀屎,\n他也发现没带纸。",font=("Times",30,"normal"))
pen.hideturtle()
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