diff --git a/diy1.py b/diy1.py
index 9d1dc70..83b0498 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,7 +1,12 @@
 import turtle
+screen=turtle.screen
+screen.bgcolor("light blue")
+
+
+
 
 pen=turtle.Pen()
-pen.write("你好\n大SB.",font=("Times",30,"n
+pen.write("你好\n大SB.",font=("Times",30,"normal"))
 pen1=turtle.Pen()
 pen1.pensize(5)
 pen1.pencolor("red")
@@ -39,4 +44,3 @@ turtle.done()
 
 
 
-