Strings across lines

Thomas Guettler zopestoller at thomas-guettler.de
Thu Jun 27 08:05:12 EDT 2002


Derek Thomson wrote:

> Thomas Guettler wrote:


[cut]

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


That's better than "foo" + \ "bar". Thank you!

  thomas






More information about the Python-list mailing list