摘要: 1.恺撒密码的编码 plaincode=input('明文:')print('密文:',end='')for i in plaincode: print(chr(ord(i)+3),end='') 2.国家名称 GDP总量(人民币亿元)中国 ¥765873.4375澳大利亚 ¥ 78312.4375 阅读全文
posted @ 2017-09-19 10:48 陈馨婷 阅读(116) 评论(0) 推荐(0) 编辑