Research Paper Easy-Python Modify the sentence-generator program created in part 1 so that it inputs its vocabulary from a set of text files at startup. The filenames are nouns.txt, verbs.txt, articles.txt, and prepositions.txt. Define a single new function, getWords. This Read More …