News

G) Comments and docstrings For your own convenience, and to help others understand your code, it is strongly recommended to include remarks (or comments) about what your code is doing together with ...
Another use case for comments is when you don't want to execute a line, you can comment it out. To comment out a line in Python, we use the # symbol.