{"id":847,"date":"2018-07-17T18:14:32","date_gmt":"2018-07-17T10:14:32","guid":{"rendered":"http:\/\/www.sniper97.cn\/?p=847"},"modified":"2018-07-17T18:14:32","modified_gmt":"2018-07-17T10:14:32","slug":"%e7%ac%ac%e4%ba%94%e8%ae%b2%ef%bc%9a%e5%87%bd%e6%95%b0","status":"publish","type":"post","link":"http:\/\/www.sniper97.cn\/index.php\/note\/python\/847\/","title":{"rendered":"\u7b2c\u4e94\u8bb2\uff1a\u51fd\u6570"},"content":{"rendered":"<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"null\"># -*- coding:utf-8 -*-\n#\n# \u51fd\u6570\n# \u65e0\u53c2\u51fd\u6570\ndef print_hello():\n    print (\"hello\")\nprint_hello()\n# \u5e26\u53c2\u51fd\u6570\ndef print_str(s):\n    print (s)\n    return s * 2\nprint_str(\"fuck\")  # fuck\nprint (print_str(\"fuck\"))  # fuckfuck\n# \u5e26\u9ed8\u8ba4\u53c2\u6570\u7684\u51fd\u6570\ndef print_default(s=\"hello\"):\n    print (s)\nprint_default()     # hello\nprint_default(\"default\")    # default\n# \u4e0d\u5b9a\u957f\u53c2\u6570\ndef print_args(s, *arg):\n    print (s)\n    for a in arg:\n        print (a)\n    return\nprint_args(\"hello\")\nprint_args(\"..hello\", \"..world\", \"..1\")\n# \u53c2\u6570\u6b21\u5e8f\u53ef\u4ee5\u53d8\ndef print_two(a, b):\n    print (a,b)\nprint_two(1, 2)\nprint_two(a=\"a\", b=\"b\")\nprint_two(b=\"b\", a=\"a\")\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p># -*- coding:utf-8 -*- # # \u51fd\u6570 # \u65e0\u53c2\u51fd\u6570 def print_hel [&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":1572,"_links":{"self":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/posts\/847"}],"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=847"}],"version-history":[{"count":0,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/posts\/847\/revisions"}],"wp:attachment":[{"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/media?parent=847"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/categories?post=847"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.sniper97.cn\/index.php\/wp-json\/wp\/v2\/tags?post=847"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}