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.
nice
This comment is hidden because it contains spoiler information about the solution
Please read this too: https://docs.codewars.com/training/troubleshooting#post-discourse
Your line with
string.lower()is not exactly correct, you need to poke a bit around this line. The way it is now, it has no effect.This comment is hidden because it contains spoiler information about the solution
Got it, that totally makes sense. Thanks so much.
You are printing the value, your function doesn't have a return value so it returns
None. The assertion message is sayingYour function returned None, but it should have returned False (or True)You need to return the return value, not print it.
I'm confused on whether my output should just be true or false or whether I am supposed to include the explanation like the test cases have. My function is evaluating each string correctly, but then it keeps saying, "None shouod be False (or True)." I feel like I must be missing something obvious.
Codewars is the best.
Your last return isn't where it should be. (And please say the language you use next time you ask for help.)
I have this problem : "Response received but no data was written to STDOUT or STDERR.", someone can help me please ? :/
не мог решить относительно долгое время. Мучался и не мог понять в чем дело. Оказалось, что забыл игнорирование регистра(
addressed in JS
ok
JS fork
Loading more items...