0% completed
What is an array in Python?
A collection of items stored at contiguous memory locations and accessed via indices.
A collection that supports items of mixed data types.
A mutable sequence of characters.
A key-value store similar to a dictionary.
.....