Dictionaries
From charlesreid1
Dictionaries are data structures that store data in such a way that it can be looked up by value, rather than by index/position/reference.
Dictionaries are data structures that store data in such a way that it can be looked up by value, rather than by index/position/reference.