Robotics & Artificial Intelligence
A package in Python is
- a single Python file.
- the collection of related modules.
- the collection of variables.
- None of these
Python Modules
1 Like
Answer
the collection of related modules.
Reason — A package can be defined as the collection of modules. It contains more than one module.
Answered By
3 Likes
Related Questions
The Pandas library provides functions for data handling.
The Matplotlib library helps in complex mathematical operations.
A module in Python is
- the collection of Python code in a file.
- the collection of variables.
- a function.
- None of these
Which statement is used to include a package or module in a program?
- include
- import
- export
- None of these