atoi dalam kode python
>>> atoi("255",10)
255
Lovely Locust
>>> atoi("255",10)
255
>>> atoi("FF",16)
255