name = "This is a message generated backwards by python script" reversed_name = name[::-1] print(reversed_name)
To embed this project on your website, copy the following code and paste it into your website's HTML: