remove zeroes from beginning and end

Solutions on MaxInterview for remove zeroes from beginning and end by the best coders in the world

showing results for - "remove zeroes from beginning and end"
Francesca
02 Mar 2016
1a_string = a_string.strip("0")