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