diff --git a/jk.py b/jk.py
index 5bc72be..a08424d 100644
--- a/jk.py
+++ b/jk.py
@@ -14,5 +14,5 @@ elif player=="剪刀" and computer=="布":
 elif player=="布" and computer=="石头":
     print("恭喜你,你赢了")
 else:
-    print("很遗憾,你输了")
+        print("很遗憾,你输了")
     
\ No newline at end of file