How are Docstring implemented in a python function? Provide any simple example
Example: python function docstring
def functionName():
"""
This is a function docstring
"""
def functionName():
"""
This is a function docstring
"""