I need to know how many times a character shows, and keep the results into a dictionary. For example: {"e": 8, "s": 7} means "e" s
{"e": 8, "s": 7}