Dictionary Python Tutorial

d = {'host': 'earth', 'port': 80}
print d
returned_value = d.clear() 
print d 
print returned_value