foo = {'key': 'value1', 'key': 'value2'}
foo = {'key1': 'value1', 'key2': 'value2'}
Used when a dictionary expression binds the same key multiple times.