There are two ways to make comments in Python.
1.
# single line comment
2.
“”"
multiple line comments
here
How to make comment in Python?
There are two ways to make comments in Python.
1.
# single line comment
2.
“”"
multiple line comments
here
“”"