摘要:
fr = open('letter.txt',mode='r',encoding='utf-8') plaincode = fr.read() print('明文:' + plaincode) print('密文:',end='') for c in plaincode: print(chr(ord(c)+3),end='') fr = open('letter.tx... 閱讀全文
posted @ 2018-05-30 20:45
龐偉豪
閱讀(197)
評論(0)
推薦(0)
浙公網(wǎng)安備 33010602011771號