{"id":2539,"date":"2022-08-16T09:39:31","date_gmt":"2022-08-16T01:39:31","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=2539"},"modified":"2022-08-16T09:39:31","modified_gmt":"2022-08-16T01:39:31","slug":"python%e7%bb%9f%e8%ae%a1%e8%8b%b1%e6%96%87%e8%af%8d%e9%a2%91","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=2539","title":{"rendered":"python\u7edf\u8ba1\u82f1\u6587\u8bcd\u9891"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>poem_EN ='Life can be good,Life can be sad,Life is mostly cheerful,But sometimes sad.'\npoem_list = poem_EN.split()\nprint(poem_list)\np_dict ={}\nfor item in poem_list:\n    if item&#91;-1]in ',.\\'\"':\n        item = item&#91;:-1]\n    p_dict&#91;item] = p_dict.get(item,0)+1\n    '''    \n    if item  not in  p_dict:\n        p_dict&#91;item] = 1\n    else:\n        p_dict&#91;item] +=1\n    '''\nfor ci,value in p_dict.items():\n    print(ci,value)<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,10],"tags":[],"class_list":["post-2539","post","type-post","status-publish","format-standard","hentry","category-2","category-python"],"_links":{"self":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2539","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=2539"}],"version-history":[{"count":0,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2539\/revisions"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2539"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2539"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2539"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}