1.

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 statementsI have been asked this question in an internship interview.My question is taken from Mapping Functions in portion Mapping Functions and Modules of Python

Answer» RIGHT CHOICE is (a) A folder of PYTHON modules

To EXPLAIN: A folder of python PROGRAMS is called as a package of modules.


Discussion

No Comment Found

Related InterviewSolutions