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 comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I would lean towards having almost anything like this be case sensitive unless explicitly told otherwise. It makes more sense to be case sensitive if you ask me. And the fact that it doesn't say to be case insensitive in the description and none of the tests (random or otherwise) require it to be case insensitive seems to support that.
Glad someone else had the same idea
I think it's a pretty good, concise and readable solution. The task doesn't state that anagrams are case-insensitive. I would only argue that it returns an iterator instead of a list. But casting the returned value to a list solves the issue.
This comment is hidden because it contains spoiler information about the solution
Hello brother. It don't say case-insensitive.
hahahaha i have never been more surprised at an answer. nicely played.
This comment is hidden because it contains spoiler information about the solution
spoiler flag, damn you!... x-/
This comment is hidden because it contains spoiler information about the solution
a little bit joking
This answer is totally meaningless.
holy crap dude
In Python 3, eval('2 / 4 + 12 - 6') does return 6.5, ground division is now double slash..