Python
Create a program that reads the file (create a paragraph in a file). It should analyze each character of the file. For output, it should produce a well-formatted table indicating:
The total number of printable characters
The total number of capital letters
The total number of lowercase letters
The total number of numbers
The total number of sentences (which end in a period)
The total number of paragraphs (which end in a newline)
Since the lab is an exercise in strings, you must use at least TWO different string methods to required information.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here