Vidyalelo
Python · Q75

Python Introduction and basic

Programming · Python · question 75

Q75

Which of the following is a feature of Python DocString?

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
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board