pybites / challenges

PyBites Code Challenges
https://codechalleng.es/challenges/
693 stars 2.29k forks source link

PCC03 #672

Open vagm71 opened 4 years ago

vagm71 commented 4 years ago

ATTENTION: before clicking "Create Pull Request" please submit some meta data, thanks!

Difficulty level (1-10): 5.5 Estimated time spent (hours): 5 Completed (yes/no): yes I stretched my coding skills (if yes what did you learn?): Learned how to use get_close_matches(). How to iterate through a list/set so that a get_close_matches() result doesn't appear twice, e.g. ['gun', 'guns'] and ['guns', 'gun'] doesn't happen. Other feedback (what can we improve?):