diff --git a/hsh.py b/hsh.py
new file mode 100644
index 0000000..101d30a
--- /dev/null
+++ b/hsh.py
@@ -0,0 +1,5 @@
+import turtle
+pen=turtle.Pen()
+pen.write("滚!",font=("Times",20,"normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file