Robotics & Artificial Intelligence
The keyword used to include a package or module in a Python program is:
- export
- include
- collect
- import
Python Modules
1 Like
Answer
import
Reason — In Python, the keyword import is used to include a module or package in a program so that its functions and features can be used.
Answered By
1 Like
Related Questions
In AI problem scoping, "Who" refers to the:
- dataset used for training.
- end users affected by the project.
- programming environment used.
- hardware requirements of the project.
Give the output of the following Python code:
msg = "Artificial Intelligence" print(msg[11:14])- tel
- Int
- ell
- gen
What will be the output of the Python code given below?
x = "BOARD EXAMINATION" print(x[0:4:2])- BOAR
- BA
- OR
- Error
Mention any two sensors used in autonomous drones.