Count Vowels, Lines, Characters in Text File in Python
We are going to create a Python program that counts the number of vowels, lines, and characters present in a given text file.Example:Assume the content of sample_text.txt is:Hello, this is a sample text file.It contains multiple lines.Counting vowels, lines, and characters.OutputTotal number of vowe