#Creating dictionaries dict1 = {'color': 'blue', 'shape': 'square', 'volume':40} dict2 = {'color': 'red', 'edges': 4, 'perimeter':15}