diff --git a/f.py b/f.py
new file mode 100644
index 0000000..a262fdb
--- /dev/null
+++ b/f.py
@@ -0,0 +1,9 @@
+import turtle
+screen=turtle.Screen()
+screen.bgcolor("light yellow")
+pen=turtle.Pen()
+pen. penup()
+pen. goto(0,0)
+pen.write("我要玩手机!",font=("Times", 30, "normal"))
+pen.hideturtle()
+turtle.done()
\ No newline at end of file