Richard Fulop
Results
2
issues of
Richard Fulop
Write get_close_matches helper function Resolves: #52
Akin to how difflib has get_close_matches, create a similar method with the following signature: ```python def get_close_matches(word: str, possibilities: Iterable[Sequence], n=3, cutoff=0.6) ``` I will take it upon myself to...