You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Go into the exercises-spellchecker directory. This exercise is inspired by CS50's spell checker problem set, and this will make you appreciate the power of python's builtin capabilities, especially data structures.
Open up the file dictionary.py and fill out the functions. We will represent an English dictionary using a Python set. See the various answers here for how to read the contents from a file.
Go to main pull requests page and find your pull request. If you have been following our git directions correctly, your pull request should be updated to include all your solutions to the problems.
When you are done, leave a comment "DONE!!!!!!" to let us know that you're finished! We will use this pull request to provide feedback on your code.