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

  1. Clone this repository
  2. Run the file python python main.py
  3. Give Input in the command line bash Enter the string: Hello World!
  4. Output bash !dlroW olleH

Built With

Share this project:

Updates