摘要:
#恺撒密码的编码a=input('明文:')print('密文:',end='')for i in a: print(chr(ord(i)+3),end='') #国家名称 GDP总量(人民币亿元)#中国 ¥765873.4375#澳大利亚 ¥ 78312.4375#(国家名称左对齐,数字右对齐,千 阅读全文
posted @ 2017-09-19 11:24
李明惠
阅读(156)
评论(0)
推荐(0)
2017年9月19日