List – MCQ

List – MCQ

In Python, a list is a built-in data type used to store a collection of items. Lists are mutable, meaning you can modify their elements by adding, removing, or changing items. Lists in Python are defined by enclosing a comma-separated sequence of elements within square brackets [  ].

2.Lists QB-Python V2