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.
Python: this should not pass.
Add some useful
it
block for anti cheat tests.Removed.
I’m not entirely sure, to be honest.
Nah, it won’t happen—I’ve added a line in the description to cover it.
The instruction 'For each digit d in n, find the dth prime number. (If d=0, use 1)' is confusing. Replacing 0 with 1 suggests we should use the first prime number, which is 2. However, the operation uses 1 instead.