#!/usr/bin/python
'''
凯撒密码
'''
a="gmbhqwertghjkcvbzn"
s=[""]*len(a)
for j in range(26):
for i in range(len(a)):
s[i]=chr(ord(a[i])-j)
print "".join(s)

最新文章

  1. 比较Windows Azure 网站(Web Sites), 云服务(Cloud Services)and 虚机(Virtual Machines)
  2. [GodLove]Wine93 Tarining Round #2
  3. postconf 命令常用参数
  4. 中国海洋大学第四届朗讯杯高级组 I Cuckoo for Hashing
  5. Vagrant 集群的部署
  6. Java学习之equals和hashcode的关系
  7. IOS 警告框 (UIAlertView)的使用方法
  8. rsync Backups for Windows
  9. Elasticsearch常用插件(三)
  10. Python Scrapy项目创建(基础普及篇)
  11. 通过ADB查看当前Activity
  12. Linux查看版本信息
  13. unity提示can't add script解决办法
  14. 整合MyBatis(springboot)
  15. flask&nginx&gunicore部署
  16. spring cloud 配置文件application.yml和bootstrap.yml 的定位,区别和联系总算是有一点明白了
  17. asp.net core 2.0 api ajax跨域问题
  18. MongoDB集群搭建之主从模式
  19. hadoop-2.7.2-HA安装笔记
  20. FPS游戏服务器设计的问题 【转】

热门文章

  1. 用《捕鱼达人》去理解C#中的多线程
  2. 利用GSEA对基因表达数据做富集分析
  3. 使用Keepalived配置主从热备实现Nginx高可用(HA)
  4. git1使用步骤初始化拉取修改提交推送
  5. Ubuntu - Start - 必要软件安装
  6. python-获取URL中的json数据
  7. 在chrome上隐藏video的option按钮
  8. mysql5.7版本yum安装---redhat7.0
  9. decode函数解决oracle报错"除数为0"的问题
  10. 错误处理:error(0) error portability:3 this xilinx application has run out of memory has encountered a memory conflict