Dictionary Python Tutorial

dict2 = {'name': 'earth', 'port': 80}
print 'name' in dict2
print 'phone' in dict2