diff --git a/diy1.py b/diy1.py index 91fc6b2..c2563e3 100644 --- a/diy1.py +++ b/diy1.py @@ -5,7 +5,7 @@ screen.bgcolor("pink") p = turtle.Pen() p.penup() p.goto(100,-100) -p.write("张博尧,\n祝你\n节日快乐!",font=("Times",30,"normal")) +p.write("天下的父亲们,\n祝你们\n节日快乐!",font=("Times",25,"normal")) p.hideturtle() pen1 = turtle.Pen() pen1.pensize(5)