Dictionary Python Tutorial

dict2 = {'name': 'earth', 'port': 80}
print dict2
print len(dict2)