Count Word, Line, Words Start From Vowel From File Python
Write a python program that reads the contents of the file poem.txt and count the number of alphabets blank spaces lowercase letters and uppercase letters the number of words starting from vowel and the number of occurrences of each word in the file. alphabet=0 space=0… Read More »Count Word, Line, Words Start From Vowel From File Python