Python Tutorial on String Manipulation – Lower, Upper, Slice operations, Extract by Index, Split, Strip, Join, Title, Capitalize, Count
zfill() function is type of padding function. This function fills only with ‘0’. Takes the resultant width of the string as argument. This is useful to pad a numeric string values.