Login and get codingGiven a list of tags of our blog find the ones that have a similarity score of over 95%
Don't worry,
difflib
to the rescue and in particularSequenceMatcher
.Return a list of similar tag pairs (tuples):
[('cheat sheets', 'cheat sheet'), ('webscraping', 'web scraping'), ('contextmanagers', 'contextmanager'), ...]See the tests for what your code should pass. Have fun and see you in the next Bite ... by the way: What's your favorite Python module?
191 out of 195 users completed this Bite.
Will you be the 192nd person to crack this Bite?
Resolution time: ~39 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 3.69 on a 1-10 difficulty scale.
» You can do it! 😌