diff --git a/diy1.py b/diy1.py index 21e7094..bae412e 100644 --- a/diy1.py +++ b/diy1.py @@ -3,7 +3,7 @@ import turtle screen=turtle.Screen() screen.bgcolor("light blue") pen=turtle.Pen() -pen.write("你好/nfuck.",font=("Times",30,"normal")) +pen.write("123456\n789",font="Times",20) pen.hideturtle() pen.penup()