Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 432 Bytes

File metadata and controls

4 lines (3 loc) · 432 Bytes

Python-Projects

First version of cipher cesar, From the utils.py file the desired alphabet and logo decoration are imported. The code is divided into 4 functions, the most important are the first to find the position of a character in the alphabet, the 2nd that does the same but with the alphabet in lower case and the third that is responsible for encrypting each character depending on whether it is a letter. digit or symbol