Question: Write a function that takes a string as input and returns True if the string is a palindrome. A palindrome is a word or phrase
Write a function that takes a string as input and returns True if the string is a palindrome. A palindrome is a word or phrase that spells the same thing forwards or backwards (ignoring spaces). E.g.:
palindrome ('noon') gives true
palindrome ('taco cat') gives true
palindrome('Bob is an asshole') gives false
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
