Write aPythonprogram that will read in a text file named "input.txt" which holds varied input. A sample file has been given to you in Canvas to test your program.
Read through this input file and display the following information:
In addition to the above, be sure your code handles the following exception:
Requirements:
An Example:
If the input file contains:
Then the program output should look something like this:
Character Analysis
Opening the input file for processing....
Processing.....
Number of characters with spaces: 245Number of characters without spaces: 203Number of uppercase characters: 4Number of lowercase characters: 199Number of digits: 4Number of spaces: 42Most frequent character in the file: e
Input file closed...
End of analysis.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here