comment a paragraph in python code example
Example 1: how to put comments in python
# Just put a hash before the comment. This can help other collaborators understand what you are doing, or help you remember the intention of a certain line of code. It should appear gray. Oh - and by the way, the Python computer ignores your comments.
Example 2: how to comment a para in python
"""
This is a comment
written in
more than just one line
"""