Ad
  • Custom User Avatar

    Hey, I wrote this Kata in Python, through with everything. Result is an appended list of anagram words, not a sorted one. However, I used the method 'sorted(word) and 'sorted(words[i])' to exluded the words that are not anagram. Hope it helps, thanks