one-line-wonders
one-line-wonders copied to clipboard
Added caesar encoder decoder
Please describe your program and how to run it.
Basic one-liners for Caesar cypher in python using table method. More details: https://en.wikipedia.org/wiki/Caesar_cipher
To test/run, run the file with python 3 or add to your own code.
What Programming Language?
Python 3