What is a dictionary in Python?
B) A sequence of mutable elements
A) A sequence of immutable elements
C) A mapping from keys to values
D) A list of lists