Basic-Python-Programs
Basic-Python-Programs copied to clipboard
finished cryptic algorithm
Algorithm to encrypt a string by shifting the letters of the string by a certain number of characters (depending on user's input) in the alphabet in a modular format. Based on https://github.com/souravjain540/Basic-Python-Programs/issues/1