Q. Which of the following is a feature of DocString? (Solved)
1. provide a convenient way of associating documentation with python modules, functions, classes, and methods
2. all functions should have a docstring
3. docstrings can be accessed by the doc attribute on objects
4. all of the mentioned
- d. all of the mentioned