求助大神,总是报错无效代码
求助大神查看 20前的空格不要试试 注意:python中的%是取余运算符,不是表达百分之几的意思,应当全部换成小数'---请输入你今年的利润---'
temp=input('请输入今年的利润:')
profit=float(temp)
if profit<=10:
print('年终奖为:',profit*0.1)
elif 10<profit< 20:
print('年终奖为:',10*0.1+(profit-10)*0.075)
elif profit>=20:
print('年终奖为:',10*0.175+(profit-20)*0.05)
页:
[1]