number format with zero leading python code example Example 1: python3 format leading 0 print(f"{1:02d}") Example 2: how to append leading zeros in python str.zfill(width)