Question: Weight: 10 points Use the dictionary variable counter to count the number of the occurances of each character in a given string transformed into lower

Weight: 10 points Use the dictionary variable counter to count the number of the occurances of each character in a given string transformed into lower case, where the character is the key and the number of its occurances in the string is the value. For example, the string georgiabulldawgs will be transformed into a dictionary of 12 distinct keys, all having the value 1 except the letters g, a and 1 . Remember that you can use Paython's in keyword to check if an items exists in a list. You can also use the built-in methods for dictionaries like values. 9]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
