V d = [‘key1’ = ‘value1’, ‘key2’ = ‘value2’] L(key, value) d print(key‘ = ’value) L(key) d.keys() print(key) L(value) d.values() print(value)