a 2 line python code that reverses a string

 txt = "tseb eht SI gnaG jahalB"[::-1]
 print(txt)

Built With

Share this project:

Updates