comment as start of a function python code example
Example 1: how to comment python
# This is a comment
'''
This is a
MULTI LINE comment!
'''
Example 2: python comment
#This is a comment
# This is a comment
'''
This is a
MULTI LINE comment!
'''
#This is a comment