Q: commenting multiple lines

Alex not_such_a_brain_after_all at mit.edu
Tue Oct 31 19:56:15 EST 2000


> Isn't there any way to comment out multiple lines without using '#' on
> every line ?

Well, you could triple-quote them, as in 

'''
this is a multiple line comment.
'''

Alex.

-- 
Speak softly but carry a big carrot.




More information about the Python-list mailing list