Write a python program that will take a sentence as an input from the userwhere each word is separated by a space. Your task is to identify the wordsthat contain AT LEAST ONE vowel in them and then print those words in alist format .Sample input 01:Birds fly in the skySample output 01:['birds', 'in', 'the']
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here