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.
How do you change the status of a Kata to Retired?
if a string is reversed then the string should be same.If this condition satisfies it is a palindrome
I wouldn't give it to people with punctuation. What's the point?
The test cases are good but a bit tedious - maybe more clear in the description that all non-word characters don't count.
Duplicate: http://www.codewars.com/kata/palindrome-checker/
Using
str
as a variable name (in initial solution) is not a good practice in Python, as it's a built-in type name.This comment is hidden because it contains spoiler information about the solution
Hi, kata is fine but it is same as existing one
http://www.codewars.com/kata/palindrome-checker/
This comment is hidden because it contains spoiler information about the solution
Please provide more details on what a palindrom is, examples ect. Also we have a number of palindrome kata on the site already. Not sure that this one is enough to not be considered a duplicate.
Please explain what are Palindromes in the details.
I would add a few randomized test cases.