diff --git a/123.PY b/123.PY
index fcbb0e3..a54ff9e 100644
--- a/123.PY
+++ b/123.PY
@@ -1 +1,4 @@
-dict_
\ No newline at end of file
+group={}
+group["师父"]="唐三藏"
+if "师父" in group:
+    print(group["师父"])
\ No newline at end of file