Python Exercise 13 Problem In this Python exercise, write a Python program to calculate the number of letters and digits with input from a user. There are functions called isalpha() and isdigit() that may be of help in this exercise. For example, if a user entered the sentence, I can’t…