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 thatplease 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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!