split long string in two code lines

darnold darnold992000 at yahoo.com
Mon Jun 13 17:51:22 EDT 2011


print "this" \
    " is" \
    " a" \
    " test" \

>>> ================================ RESTART ================================
>>>
this is a test



More information about the Python-list mailing list