Modify the sentence-generator program created in part 1 so


Question: 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.

(Hint: Define a single new function, getWords. This function should expect a filename as an argument. The function should open an input file with this name, define a temporary list, read words from the file, and add them to the list. The function should then convert the list to a tuple and return this tuple. Call the function with an actual filename to initialize each of the four variables for the vocabulary.)

Solution Preview :

Prepared by a verified Expert
Programming Languages: Modify the sentence-generator program created in part 1 so
Reference No:- TGS02828495

Now Priced at $20 (50% Discount)

Recommended (93%)

Rated (4.5/5)