{"id":3166,"date":"2023-03-16T16:17:42","date_gmt":"2023-03-16T08:17:42","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=3166"},"modified":"2023-03-16T17:06:30","modified_gmt":"2023-03-16T09:06:30","slug":"%e7%94%a8python%e4%bb%a3%e7%a0%81%e7%94%bb%e4%b8%80%e6%a3%b5%e6%a8%b1%e8%8a%b1%e6%a0%91%e7%9a%84%e4%be%8b%e5%ad%90","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=3166","title":{"rendered":"\u7528python\u4ee3\u7801\u753b\u4e00\u68f5\u6a31\u82b1\u6811\u7684\u4f8b\u5b50"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>import turtle as T\r\nimport random\r\nimport time\r\n \r\n# \u753b\u6a31\u82b1\u7684\u8eaf\u5e72(60,t)\r\ndef Tree(branch, t):\r\n    time.sleep(0.0005)\r\n    if branch > 3:\r\n        if 8 &lt;= branch &lt;= 12:\r\n            if random.randint(0, 2) == 0:\r\n                t.color('snow')  # \u767d\r\n            else:\r\n                t.color('lightcoral')  # \u6de1\u73ca\u745a\u8272\r\n            t.pensize(branch \/ 3)\r\n        elif branch &lt; 8:\r\n            if random.randint(0, 1) == 0:\r\n                t.color('snow')\r\n            else:\r\n                t.color('lightcoral')  # \u6de1\u73ca\u745a\u8272\r\n            t.pensize(branch \/ 2)\r\n        else:\r\n            t.color('sienna')  # \u8d6d(zh\u011b)\u8272\r\n            t.pensize(branch \/ 10)  # 6\r\n        t.forward(branch)\r\n        a = 1.5 * random.random()\r\n        t.right(20 * a)\r\n        b = 1.5 * random.random()\r\n        Tree(branch - 10 * b, t)\r\n        t.left(40 * a)\r\n        Tree(branch - 10 * b, t)\r\n        t.right(20 * a)\r\n        t.up()\r\n        t.backward(branch)\r\n        t.down()\r\n \r\n# \u6389\u843d\u7684\u82b1\u74e3\r\ndef Petal(m, t):\r\n    for i in range(m):\r\n        a = 200 - 400 * random.random()\r\n        b = 10 - 20 * random.random()\r\n        t.up()\r\n        t.forward(b)\r\n        t.left(90)\r\n        t.forward(a)\r\n        t.down()\r\n        t.color('lightcoral')  # \u6de1\u73ca\u745a\u8272\r\n        t.circle(1)\r\n        t.up()\r\n        t.backward(a)\r\n        t.right(90)\r\n        t.backward(b)\r\n \r\n# \u7ed8\u56fe\u533a\u57df\r\nt = T.Turtle()\r\n# \u753b\u5e03\u5927\u5c0f\r\nw = T.Screen()\r\nt.hideturtle()  # \u9690\u85cf\u753b\u7b14\r\nt.getscreen().tracer(5, 0)\r\nw.screensize(bg='wheat')  # wheat\u5c0f\u9ea6\r\nt.left(90)\r\nt.up()\r\nt.backward(150)\r\nt.down()\r\nt.color('sienna')\r\n \r\n# \u753b\u6a31\u82b1\u7684\u8eaf\u5e72\r\nTree(60, t)\r\n# \u6389\u843d\u7684\u82b1\u74e3\r\nPetal(200, t)\r\nw.exitonclick()\r\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"438\" height=\"533\" src=\"http:\/\/cnliutz.uicp.io\/wp-content\/uploads\/2023\/03\/image-1.png\" alt=\"\" class=\"wp-image-3170\" srcset=\"http:\/\/g1n29wqq.ipyingshe.net:5347\/wp-content\/uploads\/2023\/03\/image-1.png 438w, http:\/\/g1n29wqq.ipyingshe.net:5347\/wp-content\/uploads\/2023\/03\/image-1-247x300.png 247w\" sizes=\"auto, (max-width: 438px) 100vw, 438px\" \/><\/figure>\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":[2,10],"tags":[],"class_list":["post-3166","post","type-post","status-publish","format-standard","hentry","category-2","category-python"],"_links":{"self":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/3166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3166"}],"version-history":[{"count":3,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/3166\/revisions"}],"predecessor-version":[{"id":3171,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/3166\/revisions\/3171"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3166"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}