I believe what you can do is
print(str(item_a).ljust(10), item_b)
The str.ljust() will fill the rest of the string with empty spaces.