A Tip A Day, Python Tips A Tip A Day – Python Tips #12: Using zfill() for ‘0’ padding 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.Asha PonrajOctober 17, 2021