Agregue cero frente a números inferiores a 10 Python
print(f"{x:02}") # where x is the integer
Elated Eel
print(f"{x:02}") # where x is the integer