简洁代码---python---string

判断字符串是否是回文的,即是否中心对称的:

>>>return s[::-1] == s

对称返回True, 否则返回False

posted @ 2014-08-12 10:55  第八片叶子  阅读(119)  评论(0编辑  收藏  举报