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