Robotics & Artificial Intelligence
Which statement is used to include a package or module in a program?
- include
- import
- export
- None of these
Related Questions
A package in Python is
- a single Python file.
- the collection of related modules.
- the collection of variables.
- None of these
A module in Python is
- the collection of Python code in a file.
- the collection of variables.
- a function.
- None of these
The main task of the Matplotlib library is
- equation solving
- data handling
- graph plotting
- None of these
Which library includes modules for optimisation, integration, and more?
- NumPy
- Matplotlib
- Pandas
- SciPy