{"id":1034,"date":"2020-06-29T15:10:53","date_gmt":"2020-06-29T07:10:53","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=1034"},"modified":"2020-06-29T15:10:53","modified_gmt":"2020-06-29T07:10:53","slug":"palindrome%e5%9b%9e%e6%96%87%e5%88%a4%e6%96%ad","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=1034","title":{"rendered":"palindrome\u56de\u6587\u5224\u65ad"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#\u56de\u6587 palindrome \u5224\u65ad\u6cd5\r\nprint(\"===1\u3001\u56de\u6587 palindrome \u5224\u65ad\u6cd5===\")\r\noriginal=input(\"enter a string\uff08\u8f93\u5165\u4e00\u4e2a\u5b57\u7b26\u4e32\uff09:\")\r\ni=len(original)-1\r\nreversed_string=\"\"\r\nwhile i>=0:\r\n    reversed_string +=original&#91;i]\r\n    i=i-1\r\n\rif original == reversed_string:\r\n    print(\"string is palindrome\")\r\nelse:\r\n    print(\"string is not palindrome\")\r\n#\u51fd\u6570\u6cd5--\u5224\u65ad\u56de\u6587\r\ndef palindrome(string) : \r\n    return string.lower() == string&#91;::-1].lower()\r\nprint(\"===2\u3001\u51fd\u6570\u6cd5--\u5224\u65ad\u56de\u6587===\")\r\nprint(palindrome(original))\r\n\r#\u5207\u7247\u6cd5\r\nprint(\"===3\u3001\u5207\u7247\u6cd5\u5224\u65ad\u56de\u6587===\")\r\nx = input(\"\u8bf7\u8f93\u5165\u5b57\u4e00\u4e2a\u7b26\u4e32\uff1a\")\r\nif(x == x&#91;::-1]): print(\"Palindrome\")<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-1034","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1034","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1034"}],"version-history":[{"count":1,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1034\/revisions"}],"predecessor-version":[{"id":1035,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1034\/revisions\/1035"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1034"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1034"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1034"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}