docstring with example in python
Example 1: python function docstring
def functionName():
"""
This is a function docstring
"""
Example 2: python docstring use
def function1():
"""
:docstring- tells about program,what the program contains
"""