Hello, I have a series of codes that contain positive integers that I want to print making them occupy the same space.
For example given:
j1
j23
j777
I would like you to have zeros to the left and chains of the type to come out:
j0001
j0023
j0777
It should be noted that the j is static, I am interested in filling in the spaces between the numbers and the letters.