python sample comments code example
Example 1: comments in python
#this is commented
'''
this
is
also
a
comment
'''
Example 2: comments in python
# This is a comment
#this is commented
'''
this
is
also
a
comment
'''
# This is a comment