摘要:
1.恺撒密码的编码 n=input("明文:") print("密文:",end="") for i in n: print(chr(ord(i)+3),end="") 2.国家名称 GDP总量(人民币亿元) print("国家名称"+" ""GDP总量(人民币亿元)") print("{0:" " 阅读全文
posted @ 2017-09-19 12:26
068冯斐然
阅读(115)
评论(0)
推荐(0)
|
摘要:
1.恺撒密码的编码 n=input("明文:") print("密文:",end="") for i in n: print(chr(ord(i)+3),end="") 2.国家名称 GDP总量(人民币亿元) print("国家名称"+" ""GDP总量(人民币亿元)") print("{0:" " 阅读全文
posted @ 2017-09-19 12:26
068冯斐然
阅读(115)
评论(0)
推荐(0)
|