diff --git a/diy1.py b/diy1.py index 94a296d..47bdff8 100644 --- a/diy1.py +++ b/diy1.py @@ -1,8 +1,9 @@ import turtle -# pen=turtle.Pen() -# pen.write("你好/n,你个傻逼.",font=("Times",30,"normal")) -# pen.hideturtle() - +screen=turtle.Screen() +screen.bgcolor("light blue") +pen=turtle.Pen() +pen.write("你好/n,你个傻逼.",font=("Times",30,"normal")) +pen.hideturtle() pen.penup() pen.goto(100,100) pen.pendown()