CBSE Class 12 Computer Science
Question 18 of 62
Using Python Libraries — Question 3
Back to all questionsdocstring
Reason — The docstrings are triple quoted strings in a Python module/program which are displayed as documentation when help (<module-or-program-name>) command is issued.