标签: python discord
StartScore = int(input(“您要突袭的人的分数是多少?”)
LowerBound =(StartScore / 1.75)
UpperBound =(StartScore * 1.33333333333)
LowerBound = round(LowerBound,2)
UpperBound = round(UpperBound,2)
print(“只有分数为“,LowerBound”,“ to”,“ UpperBound”的国家才能攻击它们)