sdd.py 174 Bytes Edit 1 2 3 4 5 6 7 8 9 s=3 if s >= 4: print('获得了打败灭霸的力量') elif 1<=s and s <= 3: print('可以殊死一搏') else: print('只能呼叫惊奇队长')