people.get('e', 0) tells python to search for the key 'e' during the dictionary. If it isn't discovered it returns 0. Because This really is the first time 'e' is handed throughout the loop, the character 'e' isn't found in the dictionary but, And so the get system returns 0.In addition to present responses I'd like to say that at times it might be