From d2c9bd4d87430dc96bd46d67ed6d9bed170cac5e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Thu, 16 Dec 2021 16:28:41 +0800 Subject: [PATCH] auto save --- diy1.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 19e48a0..49c1780 100644 --- a/diy1.py +++ b/diy1.py @@ -7,7 +7,7 @@ # 如果偷回的宝石数是1-3颗,输出结果:可以全员出动,殊死一搏 # 如果偷回的宝石数是0颗,输出结果:没办法了,只能尝试呼叫惊奇队长 # 但是运行错误了,请你帮助悟空消灭bug! -stonenumber=5 +stonenumber=1 if stonenumber >= 4: print('获得了打败灭霸的力量,反杀稳了') elif 1<=stonenumber <= 3: -- libgit2 0.25.0