Prompt Detail:
Build a spell checker in Python that takes a string as input and returns a list of spelling errors, if any.
Add a comment