{"id":3961,"date":"2023-12-18T22:37:08","date_gmt":"2023-12-18T14:37:08","guid":{"rendered":"http:\/\/cnliutz.ipyingshe.net\/?p=3961"},"modified":"2023-12-18T22:37:11","modified_gmt":"2023-12-18T14:37:11","slug":"python%e7%94%bb%e8%8a%b1%e7%93%a3","status":"publish","type":"post","link":"http:\/\/cnliutz.wicp.vip\/?p=3961","title":{"rendered":"python\u753b\u82b1\u74e3"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code># -*- coding: utf-8 -*-\r\n\"\"\"\r\nSpyder Editor\r\n\r\nThis is a flower script file.\r\n\"\"\"\r\n\r\nimport turtle as t \r\n\r\nt.speed(11)\r\nt.pensize(5)\r\ncolor = &#91;\"blue\",\"red\",\"yellow\",\"brown\",\"green\"]\r\nR = 210\r\nt.color(\"black\",\"pink\")\r\nt.begin_fill()\r\nfor j  in range(5):\r\n    R  -= 20\r\n    t.pencolor(color&#91;j])\r\n    for i in range(10):\r\n            t.circle(R,90)\r\n            t.left(90)\r\n            t.circle(R,90)\r\n            t.left(90)\r\n            t.left(36)\r\nt.end_fill()       \r\nt.done()\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":[2,10],"tags":[],"class_list":["post-3961","post","type-post","status-publish","format-standard","hentry","category-2","category-python"],"_links":{"self":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3961","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=3961"}],"version-history":[{"count":1,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3961\/revisions"}],"predecessor-version":[{"id":3962,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=\/wp\/v2\/posts\/3961\/revisions\/3962"}],"wp:attachment":[{"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3961"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3961"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/cnliutz.wicp.vip\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}