{"id":839,"date":"2018-07-17T17:31:51","date_gmt":"2018-07-17T09:31:51","guid":{"rendered":"http:\/\/www.sniper97.cn\/?p=839"},"modified":"2018-07-17T17:31:51","modified_gmt":"2018-07-17T09:31:51","slug":"%e7%ac%ac%e4%ba%8c%e8%ae%b2%ef%bc%9a%e8%bf%90%e7%ae%97%e7%ac%a6","status":"publish","type":"post","link":"http:\/\/www.sniper97.cn\/index.php\/note\/python\/839\/","title":{"rendered":"\u7b2c\u4e8c\u8bb2\uff1a\u8fd0\u7b97\u7b26"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"python\"># -*- coding:utf-8 -*-\n# \u8fd0\u7b97\u7b26\n# \u7b97\u672f\u8fd0\u7b97\u7b26\na = 1\nb = 2\nprint (a + b)\n# print a - b\n# print a * b\n# print a \/ b\na = 1.0\nprint (a \/ b)  # --------------------------------------\n# print a \/\/ b  # \u4f60\u5c31\u5f53\u5b83\u662f\u9664\u6cd5\uff0c\u53d6\u6574\uff08\u4e0d\u56db\u820d\u4e94\u5165\uff09\u5c31\u597d\na = 2\n# print a ** b  # a\u7684b\u6b21\u65b9\na = 6\nb = 4\n# print a % b\na = 1\nb = 2\n# print a &gt; b\n# print a &lt; b\n# print a &gt;= b\n# print a &lt;= b\n# print a == b\n# \u903b\u8f91\u8fd0\u7b97\u7b26\n#   and          &amp;&amp;\n#   or          ||\n#   not          !\n#   in          \u5728\u6307\u5b9a\u5bb9\u5668\u91cc\u627e\u5230\u8fd4\u56detrue \u5426\u5219false\n#   not in      \u5728\u6307\u5b9a\u5bb9\u5668\u91cc\u672a\u627e\u5230\u8fd4\u56detrue \u5426\u5219false\nuser_name = \"alan\"\npassward = \"123456\"\nif user_name == \"alan\" and passward == \"123456\":\n    print (\"success\")\nelse:\n    print (\"false\")\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># -*- coding:utf-8 -*- # \u8fd0\u7b97\u7b26 # \u7b97\u672f\u8fd0\u7b97\u7b26 a = 1 b = 2 p [&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":2221,"_links":{"self":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/posts\/839"}],"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=839"}],"version-history":[{"count":0,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/posts\/839\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/media?parent=839"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/categories?post=839"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/tags?post=839"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}