{"id":3894,"date":"2023-11-28T10:13:27","date_gmt":"2023-11-28T02:13:27","guid":{"rendered":"http:\/\/cnliutz.ipyingshe.net\/?p=3894"},"modified":"2023-11-28T10:16:59","modified_gmt":"2023-11-28T02:16:59","slug":"python%e6%89%93%e5%8d%b099%e4%b9%98%e6%b3%95%e8%a1%a8","status":"publish","type":"post","link":"http:\/\/cnliutz.wicp.vip\/?p=3894","title":{"rendered":"python\u6253\u537099\u4e58\u6cd5\u8868"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#\u4ee5\u4e0b\u662f\u4e00\u4e2a\u7528 Python \u6253\u5370\u4e5d\u4e5d\u4e58\u6cd5\u8868\u7684\u793a\u4f8b\u7a0b\u5e8f\uff1a\r\n\r\n#python\r\n\r\nfor i in range(1, 10):  \r\n    for j in range(1, i+1):  \r\n        print(f\"{j}x{i}={i*j}\",end=\"\\t\")  \r\n    print('\\n')\n\n\n#\u4f7f\u7528Python\u7684reduce\u51fd\u6570\uff08\u9700\u8981\u5b89\u88c5functools\u5e93\uff09\r\n\r\n#!\/usr\/bin\/python\r\n#coding:utf-8\r\n#author:\u83dc\u5c31\u591a\u7ec3\u5440\r\nfrom functools import reduce\r\ndef add(x, y):\r\n    return x + y\r\ntotal = reduce(add, range(1, 101))\r\nprint(total)\r\n    <\/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":[10],"tags":[],"class_list":["post-3894","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3894","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3894"}],"version-history":[{"count":2,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3894\/revisions"}],"predecessor-version":[{"id":3897,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3894\/revisions\/3897"}],"wp:attachment":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3894"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3894"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3894"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}