Dictionnaire avec une double clé Python
mydict = {}
mydict['key1','key2'] = 'myvalue'
Jealous Jackal
mydict = {}
mydict['key1','key2'] = 'myvalue'