What it does
This script can reverse any string with just 2 lines of python logic.
How I built it
I used the string slicing feature in python to make this possible.
How to use
- Clone this repository
- Run the file
python python main.py - Give Input in the command line
bash Enter the string: Hello World! - Output
bash !dlroW olleH

Log in or sign up for Devpost to join the conversation.