Q94
What is the purpose of the __doc__ attribute in a Python module?
A.
It stores the docstring of the module
AnswerB.
It contains the main code of the module
C.
It defines a new variable
D.
It is used to import modules
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board