Robotics & Artificial Intelligence
Which keyword in Python is used to import a module?
- include
- input
- import
- system
Getting Started
2 Likes
Answer
import
Reason — In Python, the import keyword is used to import modules at the start of a program so that the functions and features of those modules can be used.
Answered By
1 Like
Related Questions
The statement 5 // 2 will return …………… .
- 2
- 2.5
- 5
- 0
Which of the following is a membership operator?
- and
- or
- in
- None of these
Fill in the blanks:
- Python is a ……………. which means it may be used to create a broad variety of applications.
- ……………. frameworks are used for web development in Python.
- ……………. is a tool kit in Python for GUI development.
- The suitable data type to store only True or False is …………….. .
- Lists are ……………. and ……………. are immutable in Python.
What do you understand by data type? List names of Python built-in data types.