Multiple choice which of the following would be used to store a list of names? a variable an array a dictionary a constant Reveal answer Fill a bubble to check yourself B Correct answer Explanation An array (or list in Python) is the most appropriate structure for storing a collection of items like names.