Reverse - Tom Kleen

Count the upper-case and lower-case version of a letter as the same letter. Hint: count how many times the first letter in the string occurs. Then check how many times the second letter in the string occurs, etc. It is legal in Python to return more than one thing from a function. Just separate the things you want to return with a comma. ................
................