Strings across lines

Thomas Guettler zopestoller at thomas-guettler.de
Thu Jun 27 07:06:53 EDT 2002


Hi!

if I do:

print 'foo ................. %s ' + \
       'bar ................. %s ' % (foo, bar)

I get:

"Not all arguments converted"

What is the nicest way of writing strings across
line breaks?

  thomas




More information about the Python-list mailing list