what is used to return doc string in a fuction code example
Example: python function docstring
def functionName():
"""
This is a function docstring
"""
def functionName():
"""
This is a function docstring
"""