I have data (numbers) saved in the following format (example):
234 127 34 23 45567
23 12 4 4 45
23456 2 1 444 567
...
Is there any python-way method to line up the numbers and get them as
234 127 34 23 45567
23 12 4 4 45
23456 2 1 444 567
(I cannot predict the column size).
Here is a simple, self-contained example that shows how to format variable column widths:
which outputs: