Commit 6668fa16 by BellCodeEditor

save project

parent 457b3b03
Showing with 18 additions and 12 deletions
# 利用write()帮助悟空给诺依回信吧~
import turtle
pen=turtle.Pen()
pen.write(" 我没死\n 中 刘潇然\n李白乘舟不给钱\n渔夫把他踹下船\n天空飞来一张纸\n上面写着我没死",font=("Times",25,"normal"))
pen.hideturtle()
turtle.done()
pen.color("red")
pen.left(45)
pen.forward(100)
pen.circie(50,180)
pen.right(90)
pen.circie(50,180)
pen.forward(100)
\ No newline at end of file
# pen=turtle.Pen()
# pen.write(" 我没死\n 中 刘潇然\n李白乘舟不给钱\n渔夫把他踹下船\n天空飞来一张纸\n上面写着我没死",font=("Times",25,"normal"))
# pen.hideturtle()
# turtle.done()
pen1=turtle.Pen()
pen1.color("red")
pen1.fillcolor("red")
pen1.begin_fill()
pen1.left(45)
pen1.forward(100)
pen1.circle(50,180)
pen1.right(90)
pen1.circle(50,180)
pen1.forward(100)
pen1.hideturtle()
pen1.end_fill()
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