diff --git a/1223.py/22.py b/1223.py/22.py
new file mode 100644
index 0000000..0d83899
--- /dev/null
+++ b/1223.py/22.py
@@ -0,0 +1,3 @@
+import  turtie
+pen=turtle.Pen()
+Pen.write("Hi,诺依~\n用python写电子贺卡真是")
diff --git a/diy1.py b/diy1.py
index 85ce3b6..2c426b7 100644
--- a/diy1.py
+++ b/diy1.py
@@ -5,7 +5,7 @@ screen.bgcolor("light blue")
 len=screen.textinput("100","100")
 len=int(len)
 pen=turtle.Pen()
-pen.write("你好\nSB.",font=("Times",30,"normal"))
+pen.write("你好\n诺依.","我会在这里写字了",)
 pen.hideturtle()
 len=60
 pen.penup()