diff --git "a/\347\232\256\345\255\220\345\245\207.py" "b/\347\232\256\345\255\220\345\245\207.py"
new file mode 100644
index 0000000..609857c
--- /dev/null
+++ "b/\347\232\256\345\255\220\345\245\207.py"
@@ -0,0 +1,6 @@
+import turtle
+pen=turtle.Pen()
+pen.write("你好",font=("Times",80,"normal"))
+pen.hideturtle()
+turtle.done()
+