
Use python with for in loops and range() functions.
A palindrome is a word, number, phrase, or other sequence of characters which reads the same backward as forward. The word madam is a palindrome. Write a program that prompts the user to enter some text. The program then modifies the text so that it is a palindrome and prints it out. The modification involves concatenating to the original string, a new string consisting of all the characters in the original string in reverse order. Note: - You must use a for... in loop and the range () function. - The output of the program must be in the format shown in the examples below, including the format of the prompt, and all spaces and punctuation. For example: Answer: (penalty regime: \( 0,0,5,10,15,20,25,30,35,40,45,50 \% \) )