diff --git a/diy2.py b/diy2.py
new file mode 100644
index 0000000..3f3f1bd
--- /dev/null
+++ b/diy2.py
@@ -0,0 +1,5 @@
+import turtle
+pen = turtle.Pen()
+pen.write("你好,\n新年快乐",font=("Times",30,"normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file