Correct answer: A. Looking up values by a meaningful key rather than a numeric position
Explanation
Dictionaries provide fast lookup of values by a meaningful key, unlike lists which are accessed by numeric position.
Practise 3 questions on this topic
Take Python Data Structures — Timed Test (3 questions) — scored instantly, explanation for every question, no login.