>>> int('55063.000000')
Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: invalid literal for int() with base 10: '55063.000000'
>>> float('55063.000000') 55063.0
No comments:
Post a Comment