python documentation for functions code example
Example 1: python function docstring
def functionName():
"""
This is a function docstring
"""
Example 2: python documentation
dont read documentation until you understand the core concepts of Python!