Examveda

What is the purpose of the __doc__ attribute in a Python module?

A. It stores the docstring of the module

B. It contains the main code of the module

C. It defines a new variable

D. It is used to import modules

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python