figures.get('e', 0) tells python to look for The crucial element 'e' inside the dictionary. If it is not uncovered it returns 0. Considering that That is the first time 'e' is handed through the loop, the character 'e' is not present in the dictionary nonetheless, Hence the get process returns 0.Based on @Heidi Tran suggestion, I have designed a us… Read More