how to comment lot of lines in python

Felipe Almeida Lessa felipe.lessa at gmail.com
Thu Mar 30 18:27:36 EST 2006


Em Qui, 2006-03-30 às 15:21 -0800, diffuser78 at gmail.com escreveu:
> Like in C we comment like
> /*
> Bunch of lines of code
> */
> 
> Should we use docstring """ """
> 
> Or there is something else too ??

You should use a decent editor that could automatically
comment/uncomment code upon your request.

HTH,

-- 
Felipe.




More information about the Python-list mailing list