...

/

Challenge: Calculate the Number of Uppercase and Lowercase Letters

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.

Write a program that defines a function count_lower_upper() that accepts a string and calculates the ...