{"id":857,"date":"2018-07-17T18:17:19","date_gmt":"2018-07-17T10:17:19","guid":{"rendered":"http:\/\/www.sniper97.cn\/?p=857"},"modified":"2018-07-17T18:17:19","modified_gmt":"2018-07-17T10:17:19","slug":"%e7%ac%ac%e5%8d%81%e8%ae%b2%ef%bc%9a%e5%b0%8f%e7%bb%83%e4%b9%a0","status":"publish","type":"post","link":"http:\/\/www.sniper97.cn\/index.php\/note\/python\/857\/","title":{"rendered":"\u7b2c\u5341\u8bb2\uff1a\u5c0f\u7ec3\u4e60"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\"># -*-\u3000coding:utf-8 -*-\n# \u7ec3\u4e60\n# \u4ece1\u52a0\u5230100\ntotol = 0\nfor i in range(1, 101):\n    totol += i\n# print totol\n# \u6253\u51fa100\u4ee5\u5185\u7684\u8d28\u6570\ndef judge(x):\n    for i in range(2, x):\n        if x % i == 0:\n            return False\n    return True\n# for i in range(2, 101):\n    # if judge(i):\n    #     print i\n# \u5224\u65ad\u6587\u4ef6\u4e2d\u5355\u8bcd\u51fa\u73b0\u7684\u6b21\u6570\nf = open(\"demo.txt\")\nlines = f.readlines()\ncount = {}          # \u5b57\u5178  \u5355\u8bcd\u4e3a\u7d22\u5f15\nfor line in lines:\n    tokens = line.strip().split(' ')\n    for token in tokens:\n        if token not in count:\n            count[token] = 0\n        count[token] += 1\n# for word in count:\n#     print word, count[word]<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># -*-\u3000coding:utf-8 -*- # \u7ec3\u4e60 # \u4ece1\u52a0\u5230100 totol = 0 fo [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_mi_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[24],"tags":[],"views":1666,"_links":{"self":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/posts\/857"}],"collection":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/comments?post=857"}],"version-history":[{"count":0,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/posts\/857\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/media?parent=857"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/categories?post=857"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/tags?post=857"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}