potong 0s pada python string
>>> '00000010'.lstrip('0')
'10'
Homely Hummingbird
>>> '00000010'.lstrip('0')
'10'