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.
I have the same issue
raised to the power of the number of digits in a given base
7^1 = 7 ... 7 in base 10 has 1 digit, so all single digit numbers are "narcissitic"
How is 7 narcissitic by this definition?, and my code runs well on other editors but im also having errors here