HarendraSingh22 / Python-Guide-for-Beginners

A guide for Beginners in Python to refer
MIT License
52 stars 95 forks source link

encoded_messages.py #123

Open braeden-kurz opened 6 years ago

braeden-kurz commented 6 years ago

A 'Caesar Cipher' is one of the earliest known ciphers, in which each letter is shifted down the alphabet. This program allows you to encode your messages by shifting the letters of the input to display

Note# This is case sensitive so capital letters, numbers, and any other alphanumerics will return the same!