How-to articles, tricks, and solutions about DOCSTRING
How to comment out a block of code in Python
In Python, you can comment out a block of code by using the "#" symbol at the beginning of each line.
What are the most common Python docstring formats?
There are several common formats for Python docstrings, including: