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

Minor pedantry, but the plus sign is redundant. Python automatically
concatenates string literals on the same logical line separated by only
whitespace.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to