嗨,我是一个 11 岁的孩子,他把 python 作为一种爱好。我正在尝试将质量转换器作为第一个项目。但由于某种原因,我收到了这个错误:TypeError: can't multiply sequence by non-int of type 'float'
这是我的代码:
print "please enter the amount of kilograms you want to convert",
kilo = raw_input()
pounds = 2.20462
print kilo * pounds