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.
The description stated length less than 3 should return false, but this is not implemented. Non letters should not be considered
python tests are wrong, both test cases and sample tests:
test.expect
assert_equals
will do the them without inconsistencies between the message and the expected value (see sample tests)The function should also return false if the string has a length of less than 3 letters or fewer than 3 alphabetical characters.
=> this behavior isn't tested in the test cases and moreover, in the sample tests where they are tested, the wrong answer is expected!The sample test for test "aa" and "bob" expect false when they are in fact plaindromes.
It's similar to many others and a duplicate too, you will find a list at: https://www.codewars.com/kata/search/?q=palindrom