Statement Python Tutorial

aDict = {'host': 'earth', 'port': 80}
print aDict['server']