diff --git a/diy1.py b/diy1.py index a630cf7..bc8591b 100644 --- a/diy1.py +++ b/diy1.py @@ -1,7 +1,7 @@ # 利用write()帮助悟空给诺依回信吧~ import turtle -# screen=turtle.Screen() -# screen.bgcolor("light blue") +screen=turtle.Screen() +screen.bgcolor("light blue") pen=turtle.Pen() # pen.write("你好/nfuck.",font=("Times",30,"normal")) # pen.hideturtle()