CBSE Class 12 Computer Science Question 18 of 62

Using Python Libraries — Question 3

Back to all questions
3
Question

Question 3

An independent triple quoted string given inside a module, containing documentation related information is a ...............

  1. Documentation string
  2. docstring
  3. dstring
  4. stringdoc
Answer

docstring

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.