I'm not entirely convinced that counts: Python 3.7.5rc1 (default, Oct 2 2019, 04:19:31) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more ...
>>> d = {'spam': 1, 'eggs': 2, 'cheese': 3} >>> e = {'cheese': 'cheddar', 'aardvark': 'Ethel'} >>> d + e {'spam': 1, 'eggs': 2, 'cheese': 'cheddar', 'aardvark ...