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