Just in case others have the same problem, I'll answer the question.
So like you said, you can't just add a space because that'll mess up the other example. So, in this case you would have to change the width parameter by using fstring.
Like: print(f'{word:2}')