diff --git a/1 b/1
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/1
diff --git a/diy1.py b/diy1.py
index b6d8abb..a51beed 100644
--- a/diy1.py
+++ b/diy1.py
@@ -3,5 +3,5 @@ import random
 player=input("请出拳(石头/剪刀/布):")
 list=["石头","剪刀","布"]
 letter=random.choice(list)
-print("玩家出"+player)
-print("电脑出"+letter)
\ No newline at end of file
+print("玩家出拳"+player)
+print("电脑出拳"+letter)
\ No newline at end of file