Hey guys, before I begin, I'd like to specify that this is for a personal project that I am playing with, and not for work or school or anything of that ilk.
In Python, I am trying to define a function that will search a .txt file containing a large number of terms (just single words per line, no sentences) for words that are of a user-defined length, that do not contained a user-defined letter and contain only one vowel.
I am a bit mystified as to how I'd go about fulfilling these parameters.
Any explanation or advice would be appreciated.