From 6ba5a33d3cd3f2054e5166aa7d8e69f30be012d0 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 28 Jan 2024 11:47:57 +0800 Subject: [PATCH] save project --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 716a91c..7c6c60e 100644 --- a/diy1.py +++ b/diy1.py @@ -9,7 +9,7 @@ if player in list: print("平局") elif (player=="石头" and computer=="剪刀")or(player=="剪刀" and computer=="布")or(player=="布" and computer=="石头"): print("恭喜,你赢了") - else: + else: print("很遗憾,你输了") else: print("输入错误") -- libgit2 0.25.0