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 is a clever use of exceptions, though I would avoid this in production code. Raising exceptions is costly, and also if "a" happens to be a long string you would be creating a string 50 times larger.
good use!
Thuis a brilliant codewar
u sure that this is a good option? ty
so pythonic
it actually takes less time if you use it once
instead of importing entire module you can just say from math import floor
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 think that the point of this kata is try to resolve it without using these functions.
This is absolutely simple.
not need to put list()
ahhahaaaa!
This comment is hidden because it contains spoiler information about the solution