All challenges
easystrings 10 XP per passing test
Palindrome Check
Problem
Write a function to check if a given string is a palindrome. A palindrome is a string that reads the same backwards as forwards. The input will be a single line containing a string. The output should be a boolean indicating whether the string is a palindrome or not.
(run your code to see output)
Advertisement