CBSE Class 11 Computer Science Question 19 of 63

Introduction to Python Modules — Question 11

Back to all questions
11
Question

Question 11

help() function is used to get all information about module, i.e., name of all functions, variables, etc, available in that module.

Answer