Am trying to convert this hex value to int and I get invalid litrel error in python 3.7
>>> int('1.222664064E9', 16)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: invalid literal for int() with base 16: '1.222664064E9'