I need to write a program that reads data from a text file, and prints it. These are the specifications.
And then manipulate the program to determine this:
-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
I really need help doing this, it has to pertain to strings, but also basic concepts of Python. Im at a begginners skill level, and Im stuck. Much help would be GREATLY appreciated, thank you!