将'5%'转换为实际5%

时间:2017-01-07 10:07:30

标签: python string-conversion

不确定我在这里犯了多少错误,我得到“无法将字符串转换为浮点数:'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))

1 个答案:

答案 0 :(得分:0)

输入百分比时有效。 也适用于5%或5%。

<th data-type="html" data-sort-use="text" data-sorted="true" data-direction="ASC">Code</th>