Open
Description
Write a program that verifies a word in Spanish as a palindrome or not.
Examples:
Input | Output |
---|---|
"Yo de todo te doy" | true |
"Claramente, esto no es un palindromo" | false |
Edge cases:
- The user can enter an empty string
- The user can enter lower and upper characters
- The user can type symbols
- The user can enter numbers