This video explains Python docstrings. Basically, a docstring is a descriptive comment inside a function body that explains what the function does and how it works. You can also later access this docstring as if it were documentation.
#python #codingtutorial #learntocode