Triple quote problem in Pythonwin

Alex cut_me_out at hotmail.com
Mon May 29 21:39:59 EDT 2000


Hmm, in both of the examples you gave, you only had one triple quote.
Probably your problem is that you need to finish the string with a
secondf triple quote.  Eg

s = ''''''
"""Here is a very long string that can
if we wish span several..."""

works.

Alex.



More information about the Python-list mailing list