Question: Using python Write a program that reads a file named text.txt and prints the following to the screen: The number of characters in that file
Using python
Write a program that reads a file named text.txt and prints the following to the screen:
The number of characters in that file
The number of letters in that file (I'm having trouble getting my program to count letters and ignore numbers)
The number of uppercase letters in that file
The number of vowels in that file
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
