Search⌘ K

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.

Problem statement

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