The fastest way is to use a slice that steps backwards, -1. txt = "Hello World"[::-1] print(txt)

Built With

Share this project:

Updates