Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This solution is actually inappropriate, given that a "words" like "ƒ©˙∆" or "eабвгдеёжзийклмнопрстуфхцчшщъыьэюя" are indeed isograms because they have no repeating letters or glyphs.
Only the second condition is required, which would then make this solution the same as the most upvoted.
This code performs roughly twice as much work as is necessary.
If the input is the following list the work is exactly doubled: ['pin', 'sword', 'knife', 'needle'].
Thanks! I'm just beginning to get back into Python, so this was cobbled together!
I'm sure I'll learn lots from the community here. It's good so far!