Write a program that reads a textfile that is a paragraph long and determines the following. PYTHON CODE
The number of uppercase letters in the file
The number of lowercase letters in the file
The number of digits in the file
The number of whitespace characters in the file