<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">#Message backward printer<br>message=input('Enter your message: ')<br><br>for i in range(len(message),0,-1):<br>&nbsp;&nbsp;&nbsp; print(message)<br><br><br>This is the code which I have written. All it does is count the number of letters starting from backwards. The proper code should so something like this:<br><br><span style="color: rgb(0, 128, 255);"><span style="color: rgb(0, 0, 255);">Enter your message: <span style="color: rgb(0, 0, 0);">Hi. My name is Ali Sina<br><br><span style="color: rgb(0, 0, 255);">Your message in backwards: aniS ilA si eman yM .iH</span><br></span></span></span></td></tr></table><br>