标签: python
我继续通过我写的货币兑换程序得到此错误
baht = raw_input("enter baht") usd = int(baht) / (30.94) print "%r baht equals %r usd" % (baht, usd)
答案 0 :(得分:2)
的问题: