diff --git a/1.py b/1.py
new file mode 100644
index 0000000..9909469
--- /dev/null
+++ b/1.py
@@ -0,0 +1,5 @@
+import turtle
+pen=turtle.Pen()
+pen.write("青海长云\n暗雪山",font=("Times",35,"normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file