diff --git a/diy1.py b/diy1.py index d0ce55c..ad03843 100644 --- a/diy1.py +++ b/diy1.py @@ -7,7 +7,7 @@ lovesize=int(len) pen = turtle.Pen() pen.penup() pen.goto(100,-100) -pen.write("Fuck you!\nYour computer has been hacked!",font=("Times",30,"normal")) +pen.write("Fuck you!\nYour computer has been hacked!",font=("Times",20,"normal")) pen.hideturtle() #画图 pen1 = turtle.Pen()