R
Ron Adam
How do I covert a string hex or oct value to the correct int value?
File "<pyshell#65>", line 1, in ?
int(t)
ValueError: invalid literal for int(): 0x1f4
Traceback (most recent call last):'0764'
500
764
'0x1f4'
500
File "<pyshell#65>", line 1, in ?
int(t)
ValueError: invalid literal for int(): 0x1f4