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.
done :)
Please add examples to the description. I think I understand it better after reading the comments, but I feel like every kata should have examples (input/output).
It's because anonymous functions like that are very much inspired by the lambda calculus where you'd write λx. f x for python's lambda x: f(x) and it's just a "pythonization" of that syntax.
I am curious, what is the meaning of lambda?
Marking as resolved.
forgot to mark as resolved
there's a lot of characters in IRREGULAR that aren't in ascii, so uh, yeah, there's that
Are there any issues with random tests? Some are failing for me when I use a mapping from IRREGULAR to ascii characters.
What happens if you execute the statement below?
That's what the test will do.
If the test calls your solution by executing the statement:
Your implementation should return a string which evaluates to
5
Fixed, thank you.
This comment is hidden because it contains spoiler information about the solution
Ok, it should be fixed now. Thanks again.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...