The Spellcheck.py file was extremely easy to create given the function checkPassage which checks the entire input.txt file. However, I had to make a very large and dangerous assumption regarding this function was what it actually returned. The function is defined to “Checks to make sure all the words in the passage are spelled correctly.”, however it does not specify how it checks or what it returns. I assumed that the function checks the passage for misspelled words and returns a list of those misspelled words and the number of times it found the misspelled word in the file.