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.
That's one of the problems of this kata you need to solve! :)
Instead of putting n1 ** n2, try to simplify those numbers.
In fact, look at the last digits of different exponent degrees. See if there is a pattern
This comment is hidden because it contains spoiler information about the solution
Oh ok. I see thank you. I'm a few months into coding but new to the site, so I didn't know test cases change. I'm going to review my code now.
n=228
)pow
or**
(hint: squaring is nothing but simple multiplication)p.s., this is not a kata issue. issues are bugs in the kata's code. you can mark this as a question next time
EDIT:Spellings
This comment is hidden because it contains spoiler information about the solution