我不知道我可以使用什么命令将此python脚本转换为不和谐代码

时间:2020-07-23 22:11:09

标签: 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”的国家才能攻击它们)

0 个答案:

没有答案