Which of these is the definition for packages in Python?
(a) A folder of python modules
(b) A set of programs making use of Python modules
(c) A set of main modules
(d) A number of files containing Python definitions and statements
I have been asked this question in an internship interview.
My question is taken from Mapping Functions in portion Mapping Functions and Modules of Python