How to comment a block of codes in Python?

Ben C b.e.n.c.a.t.7.3. at .t.p.g...c.o.m...a.u
Thu Nov 14 05:09:47 EST 2002


try """ to start and """ to end commented section



"Mindy" <csshi99 at yahoo.com> wrote in message
news:mailman.1037249479.4319.python-list at python.org...
> Hey, this might be easy but I don't figure out myself.
> How to comment a block of codes(including a bunch of
> lines with indentation)? Now, I just use "#" to
> comment every line and it's so clumsy when I want to
> test part of the codes.
>
> Thanks!
>
>
> =====
> Cheers
> -Mindy
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Web Hosting - Let the expert host your site
> http://webhosting.yahoo.com
>





More information about the Python-list mailing list