{"id":301,"date":"2020-03-21T07:11:31","date_gmt":"2020-03-20T23:11:31","guid":{"rendered":"https:\/\/jingran.vip\/?p=301"},"modified":"2020-03-21T07:11:32","modified_gmt":"2020-03-20T23:11:32","slug":"%e9%9b%b6%e5%9f%ba%e7%a1%80%e5%85%a5%e9%97%a8%e5%ad%a6%e4%b9%a0python-%e5%ad%a6%e4%b9%a0%e7%ac%94%e8%ae%b0%ef%bc%88%e4%ba%94%ef%bc%89%e6%94%b9%e8%bf%9b%e6%88%91%e4%bb%ac%e7%9a%84%e5%b0%8f","status":"publish","type":"post","link":"https:\/\/jingran.vip\/index.php\/2020\/03\/21\/%e9%9b%b6%e5%9f%ba%e7%a1%80%e5%85%a5%e9%97%a8%e5%ad%a6%e4%b9%a0python-%e5%ad%a6%e4%b9%a0%e7%ac%94%e8%ae%b0%ef%bc%88%e4%ba%94%ef%bc%89%e6%94%b9%e8%bf%9b%e6%88%91%e4%bb%ac%e7%9a%84%e5%b0%8f\/","title":{"rendered":"\u96f6\u57fa\u7840\u5165\u95e8\u5b66\u4e60Python \u2013 \u5b66\u4e60\u7b14\u8bb0\uff08\u4e94\uff09\u6539\u8fdb\u6211\u4eec\u7684\u5c0f\u6e38\u620f\uff08\u4e0a\uff09"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>\"\"\"\u7528Python\u8bbe\u8ba1\u7b2c\u4e00\u4e2a\u6e38\u620f\"\"\"\n\ntemp = input(\"\u4e0d\u59a8\u731c\u4e00\u4e0b\u6211\u73b0\u5728\u5fc3\u91cc\u60f3\u7684\u662f\u54ea\u4e2a\u6570\u5b57\uff1f\")\nguess = int(temp)\n\nif guess == 8:\n    print(\"\u4f60\u662f\u6211\u5fc3\u91cc\u7684\u86d4\u866b\u561b\uff1f\")\n    print(\"\u54fc\uff0c\u731c\u4e2d\u4e86\u4e5f\u6ca1\u5956\u52b1\")\nelse:\n    if guess &lt; 8:\n        print(\"\u5c0f\u5566\uff01\")\n    else:\n        print(\"\u5927\u5566\uff01\")\n\nprint(\"\u6e38\u620f\u7ed3\u675f,\u4e0d\u73a9\u5566^_^\")<\/code><\/pre>\n\n\n\n<p>while\u6761\u4ef6\uff1a<\/p>\n\n\n\n<p>    \u5982\u679c\u6761\u4ef6\u4e3a\u771f\uff08True\uff09\uff0c\u6267\u884c\u8fd9\u91cc\u7684\u8bed\u53e5\u3002<\/p>\n\n\n\n<p>Ctrl+C \u505c\u6b62\u7a0b\u5e8f<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>counts = 3\nwhile counts > 0:\n    print(\"ilovefishc.com\")\n    counts = counts - 1<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>\"\"\"\u7528Python\u8bbe\u8ba1\u7b2c\u4e00\u4e2a\u6e38\u620f\"\"\"\n\ncounts = 3\nwhile counts > 0:\n    temp = input(\"\u4e0d\u59a8\u731c\u4e00\u4e0b\u6211\u73b0\u5728\u5fc3\u91cc\u60f3\u7684\u662f\u54ea\u4e2a\u6570\u5b57\uff1f\")\n    guess = int(temp)\n\n    if guess == 8:\n        print(\"\u4f60\u662f\u6211\u5fc3\u91cc\u7684\u86d4\u866b\u561b\uff1f\")\n        print(\"\u54fc\uff0c\u731c\u4e2d\u4e86\u4e5f\u6ca1\u5956\u52b1\")\n        break\n    else:\n        if guess &lt; 8:\n            print(\"\u5c0f\u5566\uff01\")\n        else:\n            print(\"\u5927\u5566\uff01\")\n    counts = counts -1\n\nprint(\"\u6e38\u620f\u7ed3\u675f,\u4e0d\u73a9\u5566^_^\")<\/code><\/pre>\n\n\n\n<p>break\u8bed\u53e5 \u8df3\u51fa\u5faa\u73af \u7ec8\u6b62\u7a0b\u5e8f<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>while\u6761\u4ef6\uff1a \u5982\u679c\u6761\u4ef6\u4e3a\u771f\uff08True\uff09\uff0c\u6267\u884c\u8fd9\u91cc\u7684\u8bed\u53e5\u3002 Ctrl+C \u505c\u6b62\u7a0b\u5e8f break\u8bed\u53e5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":190,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,10],"tags":[],"_links":{"self":[{"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/posts\/301"}],"collection":[{"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/comments?post=301"}],"version-history":[{"count":1,"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/posts\/301\/revisions"}],"predecessor-version":[{"id":302,"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/posts\/301\/revisions\/302"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/media\/190"}],"wp:attachment":[{"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/media?parent=301"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/categories?post=301"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jingran.vip\/index.php\/wp-json\/wp\/v2\/tags?post=301"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}