dict2= {'host':'earth', 'port':80}dict3= {'host':'venus', 'server':'http'}dict2.update(dict3)print dict2dict3.clear()print dict3