line_number_max_digits, lineno, i, chunk = 20, 10, 1, "abc"print ('{1:>{0}}: {2}'.format(line_number_max_digits, lineno + i, chunk))
Standard input is empty
11: abc
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!