Complete the code for a program that takes a list of words…
Complete the code for a program that takes a list of words and prints only the words that start with a vowel (a, e, i, o, u). sample input words = output: apple orange umbrella Code words = for ______________________________________ if_____________________________________ _____________________________________________