speedtest-cli ValueError: invalid literal for int() with base 10: ' code example
Example: Python ValueError: invalid literal for int() with base 10:
# try using int(float(x)) as per the example below... Worked for me :)
int(float('55063.000000'))
# expected output: 55063.0