Change Password

Which of the following is a feature of Python DocString?
In Python all functions should have a docstring
Docstrings can be accessed by the __doc__ attribute on objects
It provides a convenient way of associating documentation with Python modules, functions, classes, and methods
All of the mentioned