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
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