There are two ways to make comments in Python.
1.
# single line comment
2.
“”"
multiple line comments
here
Name (required)
E-mail (required)
URI
Your Comment
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
How to make comment in Python?
There are two ways to make comments in Python.
1.
# single line comment
2.
“”"
multiple line comments
here
“”"