In this video tutorial you will learn about docstrings in python programming
Docstring - A docstring in python is a special comment that describes what a function, class or module does.
It helps other people understand your code easily.
Key Points :
Docstrings are written inside triple quotes ( “”” “”” )
They are placed right after the function or class definition.
Docstrings in Python explain what the function or class does, how it works and what parameters it expects.
You can view the docstring using the . _ doc_ attribute
Also check the practical examples of docstrings in python programming
#docstringspython #CrackITwithAnu #docstringpython #documentation stringinpython #docstringsinpython #pythondocstrings #pythondocstringtutorial #learnpython #whatisadocstringinpython