CBSE Class 12 Computer Science
Question 16 of 62
Using Python Libraries — Question 1
Back to all questionsmodule
Reason — A Python module is a file (.py file) containing variables, class definitions, statements and functions related to a particular task and can be used in other programs.