Write a python program that will take a sentence as an input from the user where each word is separated by a space. Your task is to identify the words that contain AT LEAST ONE vowel in them and then...


Write a python program that will take a sentence as an input from the user
where each word is separated by a space. Your task is to identify the words
that contain AT LEAST ONE vowel in them and then print those words in a
list format .


Sample input 01:
Birds fly in the sky


Sample output 01:
['birds', 'in', 'the']



Jun 10, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here