{"id":715,"date":"2024-09-03T11:53:37","date_gmt":"2024-09-03T03:53:37","guid":{"rendered":"https:\/\/thereisno.top:4430\/?p=715"},"modified":"2024-10-22T16:11:00","modified_gmt":"2024-10-22T08:11:00","slug":"python%e7%bb%98%e5%9b%be%e4%b9%8b%e5%86%b0%e5%a2%a9%e5%a2%a9","status":"publish","type":"post","link":"https:\/\/thereisno.top\/?p=715","title":{"rendered":"python\u7ed8\u56fe\u4e4b\u51b0\u58a9\u58a9"},"content":{"rendered":"\n<!--more-->\n\n\n\n<pre class=\"wp-block-code\"><code># coding:utf-8\nimport turtle\nturtle.title('PythonBingDwenDwen')\nturtle.speed(50)  # \u901f\u5ea6\n# \u5de6\u624b\nturtle.penup()\nturtle.goto(177, 112)\nturtle.pencolor(\"lightgray\")\nturtle.pensize(3)\nturtle.fillcolor(\"white\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(80)\nturtle.circle(-45, 200)\nturtle.circle(-300, 23)\nturtle.end_fill()\n# \u5de6\u624b\u5185\nturtle.penup()\nturtle.goto(182, 95)\nturtle.pencolor(\"black\")\nturtle.pensize(1)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.setheading(95)\nturtle.pendown()\nturtle.circle(-37, 160)\nturtle.circle(-20, 50)\nturtle.circle(-200, 30)\nturtle.end_fill()\n# \u8f6e\u5ed3\n# \u5934\u9876\nturtle.penup()\nturtle.goto(-73, 230)\nturtle.pencolor(\"lightgray\")\nturtle.pensize(3)\nturtle.fillcolor(\"white\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(20)\nturtle.circle(-250, 35)\n# \u5de6\u8033\nturtle.setheading(50)\nturtle.circle(-42, 180)\n# \u5de6\u4fa7\nturtle.setheading(-50)\nturtle.circle(-190, 30)\nturtle.circle(-320, 45)\n# \u5de6\u817f\nturtle.circle(120, 30)\nturtle.circle(200, 12)\nturtle.circle(-18, 85)\nturtle.circle(-180, 23)\nturtle.circle(-20, 110)\nturtle.circle(15, 115)\nturtle.circle(100, 12)\n# \u53f3\u817f\nturtle.circle(15, 120)\nturtle.circle(-15, 110)\nturtle.circle(-150, 30)\nturtle.circle(-15, 70)\nturtle.circle(-150, 10)\nturtle.circle(200, 35)\nturtle.circle(-150, 20)\n# \u53f3\u624b\nturtle.setheading(-120)\nturtle.circle(50, 30)\nturtle.circle(-35, 200)\nturtle.circle(-300, 23)\n# \u53f3\u4fa7\nturtle.setheading(86)\nturtle.circle(-300, 26)\n# \u53f3\u8033\nturtle.setheading(122)\nturtle.circle(-53, 160)\nturtle.end_fill()\n# \u53f3\u8033\u5185\nturtle.penup()\nturtle.goto(-130, 180)\nturtle.pencolor(\"black\")\nturtle.pensize(1)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(120)\nturtle.circle(-28, 160)\nturtle.setheading(210)\nturtle.circle(150, 20)\nturtle.end_fill()\n\n# \u5de6\u8033\u5185\nturtle.penup()\nturtle.goto(90, 230)\nturtle.setheading(40)\nturtle.begin_fill()\nturtle.pendown()\nturtle.circle(-30, 170)\nturtle.setheading(125)\nturtle.circle(150, 23)\nturtle.end_fill()\n\n# \u53f3\u624b\u5185\nturtle.penup()\nturtle.goto(-180, -55)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.setheading(-120)\nturtle.pendown()\nturtle.circle(50, 30)\nturtle.circle(-27, 200)\nturtle.circle(-300, 20)\nturtle.setheading(-90)\nturtle.circle(300, 14)\nturtle.end_fill()\n\n# \u5de6\u817f\u5185\nturtle.penup()\nturtle.goto(108, -168)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(-115)\nturtle.circle(110, 15)\nturtle.circle(200, 10)\nturtle.circle(-18, 80)\nturtle.circle(-180, 13)\nturtle.circle(-20, 90)\nturtle.circle(15, 60)\nturtle.setheading(42)\nturtle.circle(-200, 29)\nturtle.end_fill()\n# \u53f3\u817f\u5185\nturtle.penup()\nturtle.goto(-38, -210)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(-155)\nturtle.circle(15, 100)\nturtle.circle(-10, 110)\nturtle.circle(-100, 30)\nturtle.circle(-15, 65)\nturtle.circle(-100, 10)\nturtle.circle(200, 15)\nturtle.setheading(-14)\nturtle.circle(-200, 27)\nturtle.end_fill()\n\n# \u53f3\u773c\n# \u773c\u5708\nturtle.penup()\nturtle.goto(-64, 120)\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(40)\nturtle.circle(-35, 152)\nturtle.circle(-100, 50)\nturtle.circle(-35, 130)\nturtle.circle(-100, 50)\nturtle.end_fill()\n# \u773c\u73e0\nturtle.penup()\nturtle.goto(-47, 55)\nturtle.fillcolor(\"white\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(25, 360)\nturtle.end_fill()\nturtle.penup()\nturtle.goto(-45, 62)\nturtle.pencolor(\"darkslategray\")\nturtle.fillcolor(\"darkslategray\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(19, 360)\nturtle.end_fill()\nturtle.penup()\nturtle.goto(-45, 68)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(10, 360)\nturtle.end_fill()\nturtle.penup()\nturtle.goto(-47, 86)\nturtle.pencolor(\"white\")\nturtle.fillcolor(\"white\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(5, 360)\nturtle.end_fill()\n\n# \u5de6\u773c\n# \u773c\u5708\nturtle.penup()\nturtle.goto(51, 82)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(120)\nturtle.circle(-32, 152)\nturtle.circle(-100, 55)\nturtle.circle(-25, 120)\nturtle.circle(-120, 45)\nturtle.end_fill()\n# \u773c\u73e0\nturtle.penup()\nturtle.goto(79, 60)\nturtle.fillcolor(\"white\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(24, 360)\nturtle.end_fill()\nturtle.penup()\nturtle.goto(79, 64)\nturtle.pencolor(\"darkslategray\")\nturtle.fillcolor(\"darkslategray\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(19, 360)\nturtle.end_fill()\nturtle.penup()\nturtle.goto(79, 70)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(10, 360)\nturtle.end_fill()\nturtle.penup()\nturtle.goto(79, 88)\nturtle.pencolor(\"white\")\nturtle.fillcolor(\"white\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.setheading(0)\nturtle.circle(5, 360)\nturtle.end_fill()\n\n# \u9f3b\u5b50\nturtle.penup()\nturtle.goto(37, 80)\nturtle.fillcolor(\"black\")\nturtle.begin_fill()\nturtle.pendown()\nturtle.circle(-8, 130)\nturtle.circle(-22, 100)\nturtle.circle(-8, 130)\nturtle.end_fill()\n\n# \u5634\nturtle.penup()\nturtle.goto(-15, 48)\nturtle.setheading(-36)\nturtle.begin_fill()\nturtle.pendown()\nturtle.circle(60, 70)\nturtle.setheading(-132)\nturtle.circle(-45, 100)\nturtle.end_fill()\n\n# \u5f69\u8679\u5708\nturtle.penup()\nturtle.goto(-135, 120)\nturtle.pensize(5)\nturtle.pencolor(\"cyan\")\nturtle.pendown()\nturtle.setheading(60)\nturtle.circle(-165, 150)\nturtle.circle(-130, 78)\nturtle.circle(-250, 30)\nturtle.circle(-138, 105)\nturtle.penup()\nturtle.goto(-131, 116)\nturtle.pencolor(\"slateblue\")\nturtle.pendown()\nturtle.setheading(60)\nturtle.circle(-160, 144)\nturtle.circle(-120, 78)\nturtle.circle(-242, 30)\nturtle.circle(-135, 105)\nturtle.penup()\nturtle.goto(-127, 112)\nturtle.pencolor(\"orangered\")\nturtle.pendown()\nturtle.setheading(60)\nturtle.circle(-155, 136)\nturtle.circle(-116, 86)\nturtle.circle(-220, 30)\nturtle.circle(-134, 103)\nturtle.penup()\nturtle.goto(-123, 108)\nturtle.pencolor(\"gold\")\nturtle.pendown()\nturtle.setheading(60)\nturtle.circle(-150, 136)\nturtle.circle(-104, 86)\nturtle.circle(-220, 30)\nturtle.circle(-126, 102)\nturtle.penup()\nturtle.goto(-120, 104)\nturtle.pencolor(\"greenyellow\")\nturtle.pendown()\nturtle.setheading(60)\nturtle.circle(-145, 136)\nturtle.circle(-90, 83)\nturtle.circle(-220, 30)\nturtle.circle(-120, 100)\nturtle.penup()\n\n\u6548\u679c\u5982\u56fe\n\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"500\" height=\"459\" src=\"https:\/\/thereisno.top\/wp-content\/uploads\/2024\/09\/bdd.gif\" alt=\"\" class=\"wp-image-716\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[14],"tags":[141],"class_list":["post-715","post","type-post","status-publish","format-standard","hentry","category-python","tag-python"],"_links":{"self":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/715","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=715"}],"version-history":[{"count":2,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/715\/revisions"}],"predecessor-version":[{"id":1382,"href":"https:\/\/thereisno.top\/index.php?rest_route=\/wp\/v2\/posts\/715\/revisions\/1382"}],"wp:attachment":[{"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=715"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=715"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thereisno.top\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=715"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}