atoi en code python
>>> atoi("255",10)
255
Lovely Locust
>>> atoi("255",10)
255
>>> atoi("FF",16)
255