Computer Science
The collection of modules and packages that together cater to a specific type of applications or requirements, is called ……………
- module
- library
- classes
- documentation
Related Questions
What is the extension of Python library modules ?
- .mod
- .lib
- .code
- .py
A .py file containing constants/variables, classes, functions etc. related to a particular task and can be used in other programs is called
- module
- library
- classes
- documentation
An independent triple quoted string given inside a module, containing documentation related information is a ……………
- Documentation string
- docstring
- dstring
- stringdoc
The help <module> statement displays …………… from a module.
- constants
- functions
- classes
- docstrings