## PART 2 ## Questions for partner: # What does text(w) take as an argument? I'm assuming a LIST. # What do these functions return? Do they modify anything?: # - text (DON'T KNOW; going to say a list of misspelled words. # Could also be list of indices of misspelled words, or ... # I'll assume, since you said "determines if the whole text is # spelled correctly", that it somehow returns all the misspelled # words in a list.) # - word (I assume a boolean) # - dictionary (a file? list? etc.) # - remove (does it return the word? false if it doesn't exist?) # Does word determine whether its argument is a # CORRECTLY-SPELLED word? :~)