In Python, a ____ is a built-in data type used to store multiple items in a single variable.
- dictionary
- list
- string
- tuple
In Python, a list is a built-in data type that is used to store multiple items in a single variable. Lists are ordered and mutable, making them suitable for a wide range of applications.
Loading...
Related Quiz
- What does the as keyword do in the context of importing modules in Python?
- How can you optimize the performance of static files (CSS, JS, Images) in a web application developed using Python frameworks?
- How can you visualize the distribution of a single variable using Seaborn?
- How can you change the order of method resolution in multiple inheritance?
- A variable name in Python cannot start with a _______.