Couper 0s sur String Python
>>> '00000010'.lstrip('0')
'10'
Homely Hummingbird
>>> '00000010'.lstrip('0')
'10'