>>> from anagrames import crearLlista >>> crearLlista(['tomas', 'satan','tomas', 'nenas', 'nenas']) ['nenas', 'satan', 'tomas']