Computer Science, asked by yuganksingh05, 4 months ago

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 HozaifaNazarSiddiqui
2

with f open('file.txt'):

fileContent = [x for x in f]

Similar questions