Issue in "Check for Palindromes"

I think my code is correct. Even the inputs described by freecodecamp are being correctly evaluated as true or false. What’s the problem?

See here: It is correctly returning true, but still it is showing wrong.

You are returning strings that say true or false, not the actual Boolean values true or false.

3 Likes