Basically comments are the non-executable statement in program. In python we can comment in the following ways:
Using multiple single # line comments. We can use # in Python to comment a single line.
Using triple-quoted (“”” “””) we can comment multiple line.