def word(w): """determines if w is a word or not""" def add(w): """adds a word to the dictionary""" def remove(w): """removes a word from the dictionary""" def text(w): """determines if the whole text is spelled correctly. uses word(w).""" def dictionary(): """allows user to look at all words in the dictionary"""