import textwrap def f(x): return textwrap.dedent(f'''\ a b {x} d''') print(f('c'))
Standard input is empty
a b c d
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!