Unfortunately, there is no multiple-line comment operators in python. However, most python programmer instead use docstring to do multiple-line comments.
Check this out: http://tinyurl.com/38yzrw3
Also, remember to check PEP8 for more in-depth conventions on python comments.
No comments:
Post a Comment