
May 11, 2013
12:08 a.m.
On Fri, May 10, 2013 at 7:57 PM, Guido van Rossum <guido@python.org> wrote:
I think you could live with
x = ('foo\n' + 'bar\n' + 'baz\n' )
as well... (Extra points if you figure out how to have a + on the last line too. :-)
Does this earn a point? x = (+ 'foo\n' + 'bar\n' + 'baz\n' ) :-))