I started learning Python in school and got an assignment to make a code where you input a year number (for example, 1980) and get the first two numbers (19 in this example) with 00 and the Swedish text shown in the picture.
My problem is that there is space between the first 2 numbers and the rest of the numbers and the text. How can I remove this space in between?
I did not know what to do so I did not try anything