Python Challenge level 1: “what about making trans?”
Level 1 gets a bit more interesting. Hint 1: k->m, o->q, e->g import string src = string.lowercase[:26] dst = string.lowercase[2:26] + ‘ab’ trans = string.maketrans(src, dst) text = “g fmnc wms bgblr rpylqjyrc gr zw fylb. rfyrq ufyr amknsrcpq ypc dmp. bmgle gr gl zw fylb gq glcddgagclr ylb rfyr’q ufw rfgq rcvr gq qm [...]
Read the rest of this entry »