While i was participating in an online python competition i got stuck in a small operation, the thing is that, i need to convert an integer 0000 to a string. but by using str(0000) will give only '0' as the output similarly i need to convert numbers like 0001,0003,0000,00045,0003.
I am expecting str(0000)='0000'