I have two dictionaries and I want to add their content to third dictionary naturally without mixing their between them.
a = {'life':'1','arts':'2'}
b = {'technology':'3', 'culture':'4'}
c = {} # here must be keys and values of the `a` and `b` dicts