摘要: fr = open('lyx.txt',mode='r',encoding='utf-8') lyx = fr.read() print('明文:'+lyx) print('密文:',end='') fw = open('penguin.txt',mode='a',encoding='utf-8') 阅读全文
posted @ 2018-05-30 20:53 Chestnut_Anne 阅读(116) 评论(0) 推荐(0)