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.
Thanks i changed and
Print the input. Read this: https://docs.codewars.com/training/troubleshooting
Is
"numerology"
sample test like this one?If not, change it.
I don't understand whenever use alphabet sum or digit sum, cuz some of test just giving me this
Test Failed
Expected: 55
But was: 10
So only these numbers should be returned?
No:
But isn't 55 a magic number? if I'm not wrong i should return number if it sums both same digits
Read this again:
"numerology" == 55
5 + 5 = 10
I don't understand why "numerology" is 10, should be 55
This comment is hidden because it contains spoiler information about the solution