{"id":1416,"date":"2020-12-01T14:41:09","date_gmt":"2020-12-01T06:41:09","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=1416"},"modified":"2020-12-01T14:41:10","modified_gmt":"2020-12-01T06:41:10","slug":"python%e7%bb%98%e5%9b%be","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=1416","title":{"rendered":"python\u7ed8\u56fe"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#\u7ed8\u5236\u4e0d\u540c\u671d\u5411\u7684\u5c0f\u4e4c\u9f9f\u548c\u5f69\u8272\u5706\u70b9\nfrom turtle import *\r\nfrom random import *\r\nimport time\r\nspeed(9)\r\ngetscreen().colormode(255)\r\n\r\ndef randomcolor():\r\n      red=randint(0,255)\r\n      green=randint(0,255)\r\n      blue=randint(0,255)\r\n      color(red,green,blue)\r\ndef randomplace():\r\n      x=randint(-120,120)\r\n      y=randint(-150,150)\r\n      penup()\r\n      goto(x,y)\r\n      pendown\r\n      \r\ndef randomheading():\r\n      setheading(randint(1,360))\r\ndef drawcircle():\r\n      dot(randint(1,80))\r\n      \r\n      \r\nshape(\"turtle\")\r\nrandomcolor()\r\nrandomplace()\r\nfor i in range(30):\r\n      randomcolor()\r\n      randomplace()\r\n      randomheading()\r\n      stamp()\r\n      \r\ngoto(-150,-200)\r\nwrite('Waiting a moment...\u7a0d\u7b49\u7247\u523b\uff01',72,font=\"Arial\")\r\n\r\ntime.sleep(3)\r\nclear()\r\nfor i in range(30):\r\n      randomcolor()\r\n      randomplace()\r\n      drawcircle()\r\n<\/code><\/pre>\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":[2,10],"tags":[],"class_list":["post-1416","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\/1416","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=1416"}],"version-history":[{"count":1,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1416\/revisions"}],"predecessor-version":[{"id":1417,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/1416\/revisions\/1417"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1416"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1416"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1416"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}