#Message backward printer message=input('Enter your message: ') for i in range(len(message),0,-1): print(message)
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: Enter your message: Hi. My name is Ali Sina Your message in backwards: aniS ilA si eman yM .iH
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor