I want to make a Caesar cipher algorithm in Python and I have a list of 116 characters. If in a string I have z
I want the z
to be replaced by the character that is 7 char later on the right, in this case equals L
:
x = [a,b,c,F,g,L,2,u'}',u'?',n,2,5,8...........,3,r,u'!',y,z,Z]