diff --git a/kkk.py b/kkk.py index 8594787..c20d39a 100644 --- a/kkk.py +++ b/kkk.py @@ -8,7 +8,7 @@ if player in list: print("平局") elif player=="石头" and computer=="剪刀": print("你赢啦") - elif player=="剪刀" and cmputer=="布": + elif player=="剪刀" and computer=="布": print("你赢啦") elif player=="布" and computer=="石头": print("你赢啦")