摘要:
fr = open('fjq.txt',mode='r',encoding='utf-8') fjq = fr.read() print('明文:'+ljy) print('密文:',end='') fw = open('cipherText.txt',mode='a',encoding='utf-8') for c in fjq: print(chr(ord(c)+3),end=''... 阅读全文
posted @ 2018-05-28 17:01
粉红猪
阅读(179)
评论(0)
推荐(0)
摘要:
fr = open('fjq.txt',mode='r',encoding='utf-8') fjq = fr.read() print('明文:'+ljy) print('密文:',end='') fw = open('cipherText.txt',mode='a',encoding='utf- 阅读全文
posted @ 2018-05-28 16:24
粉红猪
阅读(93)
评论(0)
推荐(0)

浙公网安备 33010602011771号