CBSE Class 12 Computer Science Question 33 of 62

Using Python Libraries — Question 1

Back to all questions
1
Question

Question 1

What is the significance of Modules ?

Answer

The significance of Python modules is as follows:

  1. Modules reduce complexity of programs to some degree.
  2. Modules create a number of well-defined, documented boundaries within the program.
  3. Contents of modules can be reused in other programs, without having to rewrite or recreate them.