Concept Flow - Docstrings and documentation
Define function
Add docstring inside triple quotes
Function body code
Call help() or __doc__ to read docstring
See documentation output
This flow shows how to write a docstring inside a function and then access it using help() or __doc__.