CBSE Class 12 Computer Science
Question 33 of 62
Using Python Libraries — Question 1
Back to all questionsThe significance of Python modules is as follows:
- Modules reduce complexity of programs to some degree.
- Modules create a number of well-defined, documented boundaries within the program.
- Contents of modules can be reused in other programs, without having to rewrite or recreate them.