Add proper Docstrings to your Python Code code example
Example: python function docstring
def functionName():
"""
This is a function docstring
"""
def functionName():
"""
This is a function docstring
"""