diff --git a/diy1.py b/diy1.py
index 45c9a2f..e02f4b6 100644
--- a/diy1.py
+++ b/diy1.py
@@ -1 +1,3 @@
-# 我们都爱夸夸夸
\ No newline at end of file
+# 我们都爱夸夸夸
+name = input("操作师,请问你的名字是什么?")
+print(name + ",你是最棒的创作师耶!")
\ No newline at end of file