Page 1 of 1

Which of the following is a feature of Python DocString?

Posted: Wed Jul 13, 2022 7:44 pm
by answerhappygod
a) In Python all functions should have a docstring
b) Docstrings can be accessed by the __doc__ attribute on objects
c) It provides a convenient way of associating documentation with Python modules, functions, classes, and methods
d) All of the mentioned