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.
He means that you should print the parameters and check their value and then figure out why your code doesn't work on that specific input.
console.log
is how you do it in javascript, in python you'd probably useprint
instead.what dose this mean?
I use python, 65passed and the only fail is 'codewars is not 2xcode'
Do you mean 'Params' equals to ':'?
console.log('Params:', s, ':', part1, ':', part2);