diff --git a/diy.py/text.py b/diy.py/text.py
new file mode 100644
index 0000000..cb527c9
--- /dev/null
+++ b/diy.py/text.py
@@ -0,0 +1,5 @@
+import turtle
+screen=turtle.screen()
+screen.bgcolour("light blue")
+screen.textinput("姓名框","你的名字是")
+turtle.done()
\ No newline at end of file