79159283

Date: 2024-11-05 13:29:14
Score: 0.5
Natty:
Report link

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.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: Raul Barreto