Question: please use python language as simple as posible Write a script that prompts the user for his or her name. Using a while loop that
please use python language as simple as posible
Write a script that prompts the user for his or her name. Using a while loop that counts downwards, print the name with the letters reversed. You may use s.lower () and s.upper ) to change a string s to lowercase and uppercase letters. Enter your name: Paul Luap If the name is the same forward and backwards, print "Palindrome!" on the next line Enter your name: Ana Ana Palindrome! *Hint: You can treat a single and double word name as a single string, or if you want to get fancy reverse each name independantly and test each to see if it is a palandrome
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
