Commit a5173995 by BellCodeEditor

save project

parent ced39b26
Showing with 5 additions and 5 deletions
......@@ -7,11 +7,11 @@
# 如果偷回的宝石数是1-3颗,输出结果:可以全员出动,殊死一搏
# 如果偷回的宝石数是0颗,输出结果:没办法了,只能尝试呼叫惊奇队长
# 但是运行错误了,请你帮助悟空消灭bug!
stonenumber=2479462994469227130143476983416741432679213451687391645643782332628461641946568462090160164016063384031896613686402644306669465134012803562986529856816581651695865016098609218691286109861061081680916095165465187891658716598581650185617619261260236826206258268265186506876160664561555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555218656591659185616516581653267673651876587657158716571571658726571502710516161910610717516565716576573673653765768687625626566666666666666666667562365827568275872685628562386587325682657265276565187652765275865725695656265826565692659626951616913196594646754848949457487465756666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666666677368268726862876276287286276568276872658265875786276285762875628562876582758265876
if stonenumber >= 4:
print('获得了打败灭霸的力量,反杀稳了')
elif 1<=stonenum <= 3:
print('可以全员出动,殊死一搏')
print('获得了打败马牛逼的力量,反杀稳了')
elif 1<=stonenumber <= 3:
print('可以全员出动,等死一凉')
else:
print('没办法了,只能尝试呼叫惊奇队长')
print('没办法了,只能尝试呼叫超级飞侠')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment