Challenge: Calculate the Number of Uppercase and Lowercase Letters
Write a function that accepts a string and returns the number of uppercase and lowercase letters in it.
We'll cover the following...
Write a program that defines a function count_lower_upper()
that accepts a string and calculates the ...