diff --git a/sadas.p b/sadas.p
new file mode 100644
index 0000000..4a322a0
--- /dev/null
+++ b/sadas.p
@@ -0,0 +1,5 @@
+import turtle
+pen=turtle.Pen()
+pen.write("儿子,我你爹呀!",font=("Times",30,"normal"))
+pen.hideturtle()
+turtle.done
\ No newline at end of file