Tell me how to make Caesar's Cipher, there is an idea, I need help! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Tell me how to make Caesar's Cipher, there is an idea, I need help!

First we take the whole alphabet, alp = 'a, b, c, d, ....), etc., then, we get the user input, then we find these letters in alp, and +1 should go to each letter , i.e. write the letter one forward, change it to the one in front and so each letter, depending on the size, you need to use a function that takes everything from input Next, we send the finished answer, the received answer = result print (result)

26th Aug 2019, 4:03 AM
Kirito Kun
Kirito Kun - avatar
2 Answers
+ 4
Take a look at the codes in the comments of this assignment. https://www.sololearn.com/learn/13844/
26th Aug 2019, 4:22 AM
Diego
Diego - avatar
0
The good ideas, but, everything is complicated there when the head has a light construction
26th Aug 2019, 4:33 AM
Kirito Kun
Kirito Kun - avatar