Python Exercise 14 Problem In this Python exercise, write a Python program to calculate the number of uppercase letters and lowercase letters from user input and print the results.. There are functions called isupper() and islower() that may be of help in this exercise. For example, if a user entered…