2018年5月30日

摘要: 阅读全文
posted @ 2018-05-30 21:41 disappear10 阅读(64) 评论(0) 推荐(0)
摘要: fr = open('zk.txt',mode='r',encoding='utf-8')plaincode = fr.read()print('明文:' + plaincode) print('密文:',end='')for c in plaincode: print(chr(ord(c)+3), 阅读全文
posted @ 2018-05-30 21:38 disappear10 阅读(86) 评论(0) 推荐(0)

导航