Saved Bookmarks
| 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 statements |
|
Answer» Right choice is (a) A folder of python modules To explain: A folder of python programs is called as a package of modules. |
|