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.
Really hard !
Thank you!
Yes, see it for yourself:
https://docs.python.org/2.7/library/functions.html#round
https://docs.python.org/3.5/library/functions.html#round
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
How ||/ == cuberoot?
I believe this fails for index == len(items), the conditional is true so it'll try to look it up but the index is out of bounds.
Using & operator with two sets creates a new set containing the elements present in both sets.
https://docs.python.org/3/library/stdtypes.html#set for more infos. :)
This comment is hidden because it contains spoiler information about the solution
Looking at the tests, casting is apparently required
this one was an absolute blast! thank you
Practical SQL is pretty good if you're still looking
Not kata-related.
This comment is hidden because it contains spoiler information about the solution
Loading more items...