/Reverse

Caesar cipher implementation in python

Primary LanguagePython

Reverse a string

Build Status Discord Contribution

Inspiration

Inspired by this repository

How to use this script?

  • A string is provided to the script via command line.
  • Program reverses it ex: "valve" becomes "evlav".
  • Lastly, it prints out the result.

Tools Used

  • Python 3.6.1
  • sublime text editor v3126

Documentation

This repo is mainly for practicing purposes.

License

This project is designed for practice and educational purposes. See section LICENSE for more details.