Jun Mak 14032067 Part Two: The functions that were used were: check_word() and import_entries The assumpstions that we brought up were: that import_entries() would load the dictionary into some kind of internal variable and keep it there for use with check_word(); and, that check_word() would be case-sensitive in the exactness of the matching for each word that is passed into it. We assumed that check_word() would not bother with the punctuations and would leave them be as they occur in the words.