Hot to split string literals that will across two or more lines ?

Lars Kellogg-Stedman 8273grkci8q8kgt at jetable.net
Thu Nov 17 22:21:37 EST 2005


> print "a string whcih is very very looooooooooooooooooooooooooooooooooo\
> oooooooooooooooooooong."

print "a string which is very loooooo" \
	+ "ooooong."

-- Lars

-- 
Lars Kellogg-Stedman <8273grkci8q8kgt at jetable.net>
This email address will expire on 2005-11-23.




More information about the Python-list mailing list