python 小数相加报错 invalid literal for int() with base 10
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 小数相加报错 invalid literal for int() with base 10相关的知识,希望对你有一定的参考价值。
for i in column1:
x = int(i)
s += x
print "sum:",s,"count:",len(column1)
# round (s / len(column1), 3)
print "avg",round (s / len(column1), 3)
Traceback (most recent call last):
File "C:/3/csv测试.py", line 26, in <module>
x = int(i)
ValueError: invalid literal for int() with base 10: ‘18.4‘
这里的错误在于用了int 应该用float
以上是关于python 小数相加报错 invalid literal for int() with base 10的主要内容,如果未能解决你的问题,请参考以下文章
Python创建文件报错OSError:[Errno 22] Invalid argument处理
python安装locustio报错error: invalid command 'bdist_wheel'的解决方法
python json.dumps(output) ^ SyntaxError: invalid syntax
Python报错:SyntaxError: invalid character ‘,‘ (U+FF0C)
python解码bash64报错:binascii.Error: Invalid base64-encoded string: number of data characters (7121) can