Dictionary Declaration « Dictionary « Python






1.Dictionaries are indexed by keys, which can be any immutable type
2.dict() constructor builds dictionaries directly from lists of key-value pairs
3.Defining Dictionaries: shows an example of a dictionary definition.