How-to articles, tricks, and solutions about COMMENTS
How do I create multiline comments in Python?
In Python, you can create a multiline comment using triple quotes (either single or double) at the beginning and end of the comment.