会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
陌上寻
博客园
首页
新随笔
联系
订阅
管理
2017年9月19日
064凯撒密码,格式化输出
摘要: 1.恺撒密码的编码 plaincode=input('明文')print('密文',end='')for i in plaincode:print(chr(ord(i)+3),end='') 2.国家名称 GDP总量(人民币亿元) print('国家名称 GDP总量(人民币亿元)')print('{
阅读全文
posted @ 2017-09-19 15:51 064黄庚华
阅读(235)
评论(0)
推荐(0)
公告