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.
dfdf
Hey, we got a section known as the solutions for this. Dont post it over here. also we could finish this up within 3-4 lines and reduce the complexity :D cheers!!!!!
Great Kata, to mess your brain with. Always remeber to use the upper or lower function so we could keep all the elements in a single format and check on with the duplicate values :D
I made it for Python 2 a long time ago.
With python 3 it should be wrapped with
list()
This returns a filter object, try it out with list add list just before hand the filter part will work also great solution :D
This comment is hidden because it contains spoiler information about the solution