04 July 2010

How to write multiple-line comments in Python

Unfortunately, there is no multiple-line comment operators in python. However, most python programmer instead use docstring to do multiple-line comments.
Also, remember to check PEP8 for more in-depth conventions on python comments.

No comments: