Study resource
Dictionaries common mistakes
Study Dictionaries with curriculum-aligned Common Mistakes resources, practice links, and exam-focused support.
At a glance
common mistakes
Resource type
Topic
Dictionaries
AqaA LevelComputer ScienceFundamentals of data structures
Common mistakes
Confusing a key with its value
Stating that "green" is the value in the pair {"green": 2}.
Fix it"green" is the key and 2 is its associated value.
Related topics
