This assignment was locked Jul 18, 2017 at 11:59pm.
Write a program that takes a command line parameter with the name of a file of words (such as words.txt) and finds every line that includes all of the vowels (a, e, i, o, and u)
Think about a function that could help you find what you are looking for. What is the simplest matching function that would be powerful enough for this task?
Turn in your program and the list of words that it finds
Hint: My list starts with aboideau and ends with warehousing and has almost 600 matches.
Sample usage:
% python3 vowels.py words.txt
150039354007/18/201711:59am
Additional Comments:
Rubric
Can't change a rubric once you've started using it.