''' Purpose: solve gimme test problem ''' # Suggested algorithm # get user to supply text # determine the words in the reply # get user to supply more text # determine the words in the reply # build a new list consisting of the words of the first list followed by the words of the second list # print the combined word list # determine word that occurs first alphabetically in the combined list # print word occurring first alphabetically # determine word that occurs last alphabetically in the combined list # print word occurring last alphabetically