how to add 0 in front digit when a number is less than 10 in javascript code example
Example: add zero in front of numbers lower than 10 python
print(f"{x:02}") # where x is the integer
print(f"{x:02}") # where x is the integer