MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is a feature of 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 |
| Answer» E. | |