Exam (elaborations)
C:pythonPython Programmingweek 5
- Course
- Institution
1. 1. A palindrome is a word or a phrase that reads the same way backwards as forwards. Write a function that accepts a text string as input and determines whether or not the text string is a palindrome. Then write a program “Lab5B” that uses this function. Prompt the user to enter a word or ph...
[Show more]