文本操作
摘要:fr = open('fbq2.txt',mode='r',encoding='utf-8') plainText = fr.read() print('明文:'+plainText) print('密文:',end='') for c in plainText: print(chr(ord(c)+
阅读全文
posted @ 2018-05-28 16:04
posted @ 2018-05-28 16:04
posted @ 2018-05-21 15:58
posted @ 2018-05-14 15:47
posted @ 2018-05-07 16:29