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.
You could still have this on one line without removing spaces. There is no instance where making your code more concise by removing spacing is appreciated
I didn't know it was possible to use
.split()and.join()like thisi need to stop forgetting about .includes lol. good stuff.
Python default parameter name shadows builtin function
hex.it seems to have been reduced, i checked all 3 test suites
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
Isn't this technically wrong? It truncates after two decimals instead of rounding.
Why would adding unnecessary steps be deemed clever? Is it sarcasm? Genuinely asking.
I'm hoping that the positive lesson here is, "don't always believe when someone says it can't be done."
My first reaction was, "that's cheating!"
cool!
In the work for such hands they tear off))
Hmm, if use U solution we have results:
boolToWord('stroke')//'Yes'
boolToWord(55)//'Yes'
boolToWord([])//'Yes'
boolToWord('')//'No'
Best for this, since the convert function only used by one function once
Loading more items...