美文网首页
fun.coolshell.cn 3-QR code

fun.coolshell.cn 3-QR code

作者: 摘月亮的人 | 来源:发表于2017-12-03 17:19 被阅读0次

#[abcdefghijklmnopqrstuvwxyz] <=> [pvwdgazxubqfsnrhocitlkeymj]

Alphabet = 'abcdefghijklmnopqrstuvwxyz'

lis ='pvwdgazxubqfsnrhocitlkeymj'

target = 'Wxgcg txgcg ui p ixgff, txgcg ui p epm. I gyhgwt mrl lig txg ixgff

wrsspnd tr irfkg txui hcrvfgs, nre, hfgpig tcm liunz txg crt13 ra

"ixgff" tr gntgc ngyt fgkgf.'

result = ''

for char in target:

    if char.isalpha():

        index = lis.find(char)

        result += Alphabet[index]

    else:

        result+= char

print result

相关文章

网友评论

      本文标题:fun.coolshell.cn 3-QR code

      本文链接:https://www.haomeiwen.com/subject/zmxzbxtx.html