Question: Write a program that checks whether a word entered by the user is a palindrome or not. Do not use any built-in functions. Hint: Make
Write a program that checks whether a word entered by the user is a palindrome or not. Do not use any built-in functions. Hint: Make sure to convert all user input into lowercase.first.
Step by Step Solution
3.44 Rating (163 Votes )
There are 3 Steps involved in it
Sure heres a simple Python program that checks if a word entered by the user is a palindrome pyt... View full answer
Get step-by-step solutions from verified subject matter experts
