CBSE Class 12 Computer Science Question 19 of 62

Using Python Libraries — Question 4

Back to all questions
4
Question

Question 4

The help <module> statement displays ............... from a module.

  1. constants
  2. functions
  3. classes
  4. docstrings
Answer

docstrings

Reason — Docstrings of a module are displayed as documentation, when help <module> statement is issued.