Dictionaries A dictionary holds an unordered collection of elements accessed by a key. Understanding dictionariesThis is an introduction to dictionaries.DICTIONARYA dictionary defines an associative array (hash-map) of elements.DICTIONARY in actionDictionary methodsDictionary variables can be used to invoke built-in methods.ExamplesDictionary usage examples.