Robotics & Artificial Intelligence
Which of the following is/ are the features of Python?
- Object-oriented
- High-level
- General-purpose
- All of these
Getting Started
2 Likes
Answer
All of these
Reason — Python is an object-oriented, high-level, and general-purpose programming language.
Answered By
1 Like
Related Questions
In Python, important libraries for machine learning is/are:
- TensorFlow
- stat
- math
- list
The NumPy library in Python is mainly used for:
- Machine learning
- Plotting
- Mathematical operations and data analysis
- Developing games
To define a dictionary in Python, which bracket is used?
- Curly{}
- Square[]
- Small()
- None of these
Consider the following statement and answer the question:
data = ("name": "Arjit", "age": 24)This statement:
- Will create a dictionary
- Will create a tuple
- Will produce an error
- Will create a set