MCQOPTIONS
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» B. A set of programs making use of Python modules | |