count = 0 vowels = "aeiou" open("TEXT FILE PATH", "r") as text: text = text.read() for character in range(len(text) - 1): if te