Bonjour,
Comment je peus faire l'union des dictionnaires par example:
dic1={'a':'1' , 'b':'2'}
dic2={'c':'3' , 'd':'4'}
dic1 U dic2 = {'a':'1' , 'b':'2' , 'c':'3' , 'd':'4'}
Merci et bonne journée![]()
Bonjour,
Comment je peus faire l'union des dictionnaires par example:
dic1={'a':'1' , 'b':'2'}
dic2={'c':'3' , 'd':'4'}
dic1 U dic2 = {'a':'1' , 'b':'2' , 'c':'3' , 'd':'4'}
Merci et bonne journée![]()
Partager