python add 0 to hour code example Example 1: python3 format leading 0 print(f"{1:02d}") Example 2: python3 format leading 0 print("{:02d}".format(1))