Report Bug
Qus : Which of the following is a feature of DocString?
Qusनिम्नलिखित में से कौन सी DocString की एक विशेषता है ?

A. Provide a convenient way of associating documentation with Python modules, functions, classes, and methods.
B. All functions should have a docstring.
C. Docstrings can be accessed by the ___doc_attribute on objects.
D. All of the mentioned.


Solution
D. All of the mentioned.






Report Bug