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.
np,but cw moders should prevent to random join for private clans
This comment is hidden because it contains spoiler information about the solution
fixed
fixed
fixed
The description should be:
The constant specified in the description is not e and also doesn't match the example test. The description states:
But the example test (and the real e constant) is:
That's good. For clarity, I would go with something like
The [...] would explain the maximum.
fixed!
Thank you! I forgot about wrong input
This comment is hidden because it contains spoiler information about the solution
The description should explain how invalid inputs are to be handled.
def nth_of_e() -> '2.71828'
Should be?
def nth_of_e(8) -> '2.71828'