Question: this is a Python question Question 5: Write a program that asks the user for a string and tells the user whether or not the
Question 5: Write a program that asks the user for a string and tells the user whether or not the string is a palindrome. A palindrome is a string that reads the same forwards and backwards. For exarnple, "ABBA" and "" are palindromes. "CHOCOLATE" and "DOODLE" are not. Here are two sample runs: Enter a word: HANNAH That is a palindrome. Enter a word: STRING That is not a palindrome. If there is a function built into the programming language you are using to answer this question that reverses a string, you may not use this function in your solution. Answer 5
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
