python code comments for functions code example
Example 1: comments in python
#this is commented
'''
this
is
also
a
comment
'''
Example 2: python comment
# This line is cemmented out
#this is commented
'''
this
is
also
a
comment
'''
# This line is cemmented out