Commit 4f5bbc4d by BellCodeEditor

save project

parent 6d2808d2
Showing with 1 additions and 1 deletions
...@@ -5,7 +5,7 @@ screen.bgcolor("pink") ...@@ -5,7 +5,7 @@ screen.bgcolor("pink")
p = turtle.Pen() p = turtle.Pen()
p.penup() p.penup()
p.goto(100,-100) p.goto(100,-100)
p.write("张博尧,\n祝你\n节日快乐!",font=("Times",30,"normal")) p.write("天下的父亲们,\n祝你们\n节日快乐!",font=("Times",25,"normal"))
p.hideturtle() p.hideturtle()
pen1 = turtle.Pen() pen1 = turtle.Pen()
pen1.pensize(5) pen1.pensize(5)
......
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