A simple Python script to reverse a string:

s = "this is a string"
print(s[::-1])

Built With

Share this project:

Updates