triple quoted strings as comments

Roy Smith roy at panix.com
Mon Jan 30 20:59:14 EST 2006


"dmh2000" <dmh2000 at gmail.com> wrote:
> I recently complained elsewhere that Python doesn't have multiline
> comments.

Of course it has multi-line comments.  They look like this:

# This is the first line
# and this is the second.

Why is that a problem?



More information about the Python-list mailing list