Fügen Sie Null vor Zahlen unter 10 Python hinzu
print(f"{x:02}") # where x is the integer
Elated Eel
print(f"{x:02}") # where x is the integer