Question
Which Python structure stores values using key-value associations?
Select an option. Your answer will be checked instantly.
Correct Answer: B. Dictionary
Explanation:
A dictionary maps each unique key to an associated value. This allows direct lookup by meaningful labels such as student IDs or feature names.
Leave a Reply