Find words which contain the most consonants: Difference between revisions

Content added Content deleted
(→‎{{header|Python}}: We don't need to delete version on Rosetta Code. We add, or comment on the Discussion page)
m (→‎{{header|Python}}: Restored variant showing results for two of the possible interpretations of an ambiguous task description)
Line 1,899: Line 1,899:




Or, aiming for a little more legibility:
Or, aiming for a little more legibility, and showing results for two of the possible interpretations of an ambiguous task description:
<lang python>'''Words using largest sets of consonants'''
<lang python>'''Words using largest sets of consonants'''