ValueError: invalid literal for int() with base 10:‘4e+07’
是因为Python的整形函数int()不认识科学计数法4e+07,所以把数字改为40000000就可以啦。
可以用notepad++查找替换。
ValueError: invalid literal for int() with base 10:‘4e+07’
是因为Python的整形函数int()不认识科学计数法4e+07,所以把数字改为40000000就可以啦。
可以用notepad++查找替换。
本文标题:Python错误
本文链接:https://www.haomeiwen.com/subject/iutgjftx.html
网友评论