diff --git a/diy1.py b/diy1.py
index 0f3873e..4ac6c50 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1,7 +1,9 @@
 import turtle
 pen=turtle.Pen()
 screen=turtle.Screen()
-screen.bgcolor(yellor)
+screen.bgcolor("pink")
+pen.penup()
+pen.goto(100,-100)
 pen.write("诺伊,nturtle真好用,\n我会在画布上面写字了!",font=("Time",20,"normal"))
 pen.hideturtle()
 pen1=turtle.Pen()