#pythonintelugu #naveenv #pythoniseasy
Python Docstrings | Beginner | Telugu |Naveen V
Python documentation strings (or docstrings) provide a convenient way of associating documentation with Python modules, functions, classes, and methods.
It’s specified in source code that is used, like a comment, to document a specific segment of code. Unlike conventional source code comments, the docstring should describe what the function does, not how.