If you are coming to #Python from a language that doesn't have "mappings on your fingertips" you must learn about dictionaries (type dict):
https://docs.python.org/3/library/stdtypes.html#mapping-types-dict
(The other 3 essential containers are lists, tuples and sets)