Commit fb64ad34 by BellCodeEditor

save project

parent 5f43a2e1
Showing with 23 additions and 2 deletions
# 利用write()帮助悟空给诺依回信吧~ import turtle
\ No newline at end of file screen=turtle.Screen()
screen.bgcolor("light red")
Pen=turtle.Pen()
Pen.penup()
goto(100,-100)
Pen.write("Hi,xxx\n有人喜欢你信吗?\n祝你们早生贵子!\n一拜天地\n二拜高堂\n三拜父母\n--xx",font=("Times",25,"normal"))
Pen.hideturtle()
Pen1=turtle.Pen()
Pen1=Pencolor("red")
Pen1.Pensize(5)
len=60
Pen1=left(45)
Pen1.forward(2*len)
Pen1=circle(len,180)
Pen1=right(90)
Pen1=circle(len,180)
Pen1.forward(2*len)
Pen1.hideturtle()
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