What are comments? Why do we use comments in Python Programming? Explain with Example.
Example 1: comments in python
#this is commented
'''
this
is
also
a
comment
'''
Example 2: python commenting
this is a coment
# put your comment here
#this is commented
'''
this
is
also
a
comment
'''
this is a coment
# put your comment here