Добавить ноль перед числами ниже 10 Python
print(f"{x:02}") # where x is the integer
Elated Eel
print(f"{x:02}") # where x is the integer