Write a program to read a text file and display the number of vowels, consonants, upper case, lower case character in a file.
Answers
Answered by
2
with f open('file.txt'):
fileContent = [x for x in f]
Similar questions
Computer Science,
2 months ago
Political Science,
2 months ago
Math,
4 months ago
Math,
9 months ago