python generate docstrings code example
Example: python docstring use
def function1():
"""
:docstring- tells about program,what the program contains
"""
def function1():
"""
:docstring- tells about program,what the program contains
"""