Robotics & Artificial Intelligence
A module in Python is
- the collection of Python code in a file.
- the collection of variables.
- a function.
- None of these
Related Questions
The Matplotlib library helps in complex mathematical operations.
A package in Python is
- a single Python file.
- the collection of related modules.
- the collection of variables.
- None of these
Which statement is used to include a package or module in a program?
- include
- import
- export
- None of these
The main task of the Matplotlib library is
- equation solving
- data handling
- graph plotting
- None of these