Dictionaries

From TRCCompSci - AQA Computer Science
Revision as of 22:23, 19 March 2017 by C3ypt1c (talk | contribs) (Expanded definition slightly....)
Jump to: navigation, search

This section needs expansion.
You can help by adding to it.

Definition

A dictionary stores a series of Key / Value pairs. The values are aligned with the keys so calling for a key will return the value. This is very useful if you have a lot of values that you need to weed though to get a value or if you constantly change a value in a line of values.