不确定我在这里犯了多少错误,我得到“无法将字符串转换为浮点数:'5%'。 代码如下,任何见解都值得赞赏....非常感谢。
tip=input("How much would you like to tip on your US$88.5 cheque, 5%, 12.5%?")
cheque = 88.5
total= cheque*(float(tip)+1)
print("Thank you, the total will be total $%.2f" % (total))
答案 0 :(得分:0)
输入百分比时有效。 也适用于5%或5%。
<th data-type="html" data-sort-use="text" data-sorted="true" data-direction="ASC">Code</th>