{"id":5803,"date":"2025-03-28T14:07:09","date_gmt":"2025-03-28T05:07:09","guid":{"rendered":"https:\/\/yorozu.cloudfree.jp\/wordpress\/?p=5803"},"modified":"2025-03-28T15:17:38","modified_gmt":"2025-03-28T06:17:38","slug":"5803","status":"publish","type":"post","link":"https:\/\/yorozu.cloudfree.jp\/wordpress\/?p=5803","title":{"rendered":"\u7df4\u7fd2\u554f\u984c\uff0811\u301c15\uff09"},"content":{"rendered":"\n<p>\u5b9f\u884c\u4f8b\u306f\u300cstupa.sarnath\u300d\u306e\u300cGoogle Colabotry\u300d\u74b0\u5883\u306b\u4fdd\u5b58\u3057\u3066\u3042\u308b<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-python\" data-lang=\"Python\"><code>&quot;&quot;&quot;\n\n11. \u6587\u5b57\u5217\uff08replace\uff09\n\u5909\u6570\u306b\u6587\u5b57\u5217&#39;some1&#39;\u3092\u4ee3\u5165\u3057\uff0c\u3053\u306e\u6587\u5b57\u5217\u4e2d\u306e1\u3092one\u306b\u5909\u63db\u3057\u3066\u304f\u3060\u3055\u3044\uff0e\n\n\u671f\u5f85\u3059\u308b\u51fa\u529b\uff1asomeone\n\n12. \u6587\u5b57\u5217\uff08lower\uff09\n\u5909\u6570\u306b\u6587\u5b57\u5217&#39;This Is A Sentence .&#39;\u3092\u4ee3\u5165\u3057\uff0c\u3053\u306e\u6587\u5b57\u5217\u3092\u5168\u3066\u5c0f\u6587\u5b57\u306b\u5909\u63db\u3057\u3066\u304f\u3060\u3055\u3044\uff0e\n\n\u671f\u5f85\u3059\u308b\u51fa\u529b\uff1athis is a sentence .\n\n13. \u6587\u5b57\u5217\uff08upper\uff09\n\u5909\u6570\u306b\u6587\u5b57\u5217&#39;This Is A Sentence .&#39;\u3092\u4ee3\u5165\u3057\uff0c\u3053\u306e\u6587\u5b57\u5217\u3092\u5168\u3066\u5927\u6587\u5b57\u306b\u5909\u63db\u3057\u3066\u304f\u3060\u3055\u3044\uff0e\n\n\u671f\u5f85\u3059\u308b\u51fa\u529b\uff1aTHIS IS A SENTENCE .\n\n14. \u6587\u5b57\u5217\uff08\u6587\u5b57\u6570\uff09\n\u5909\u6570\u306b\u6587\u5b57\u5217&#39;How many characters?&#39;\u3092\u4ee3\u5165\u3057\uff0c\u3053\u306e\u6587\u5b57\u5217\u306e\u6587\u5b57\u6570\u3092\u51fa\u529b\u3057\u3066\u304f\u3060\u3055\u3044\uff0e\u7a7a\u767d\u3082\u542b\u3081\u308b\u3082\u306e\u3068\u3057\u307e\u3059\uff0e\n\n\u671f\u5f85\u3059\u308b\u51fa\u529b\uff1a20\n\n15. \u6587\u5b57\u5217 \u2192 \u6570\u5024\n\u5909\u6570a\u306b\u6587\u5b57\u5217&#39;34&#39;\u3092\u4ee3\u5165\u3057\uff0c\u5909\u6570b\u306b\u6587\u5b57\u5217&#39;43&#39;\u3092\u4ee3\u5165\u3057\uff0c\u3053\u308c\u3089\u3092\u6570\u5b57\u3068\u898b\u306a\u3057\u305f\u6642\u306e\u548c\u3092\u51fa\u529b\u3057\u3066\u304f\u3060\u3055\u3044\uff0e\n\n\u671f\u5f85\u3059\u308b\u51fa\u529b\uff1a77\n\n&quot;&quot;&quot;\n#\n#\n#11. \u6587\u5b57\u5217\uff08replace\uff09\n#\nprint(&quot;11. \u6587\u5b57\u5217\uff08replace\uff09&quot;)\nx = &#39;some1&#39;\nprint(x.replace(&#39;1&#39;, &#39;one&#39;))\n#\n#12. \u6587\u5b57\u5217\uff08lower\uff09\n#\nprint(&quot;12. \u6587\u5b57\u5217\uff08lower\uff09&quot;)\nx = &#39;This Is A Sentence .&#39;\nprint(x.lower())\n#\n#13. \u6587\u5b57\u5217\uff08upper\uff09\n#\nprint(&quot;13. \u6587\u5b57\u5217\uff08upper\uff09&quot;)\nx = &#39;This Is A Sentence .&#39;\nprint(x.upper())\n#\n#14. \u6587\u5b57\u5217\uff08\u6587\u5b57\u6570\uff09\n#\nprint(&quot;14. \u6587\u5b57\u5217\uff08\u6587\u5b57\u6570\uff09&quot;)\nx = &#39;How many characters?&#39;\nprint(len(x))\n#\n#15. \u6587\u5b57\u5217 \u2192 \u6570\u5024\n#\nprint(&quot;15. \u6587\u5b57\u5217 \u2192 \u6570\u5024&quot;)\na = &#39;34&#39;\nb = &#39;43&#39;\nprint(int(a)+ int(b))<\/code><\/pre><\/div>\n","protected":false},"excerpt":{"rendered":"<p>\u30fbPython\u5b66\u7fd2\uff08\uff15\uff15\u672c\u30ce\u30c3\u30af\uff09\u306b\u3064\u3044\u3066<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[54],"tags":[17],"class_list":["post-5803","post","type-post","status-publish","format-standard","hentry","category-99_","tag-python"],"_links":{"self":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/5803","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5803"}],"version-history":[{"count":6,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/5803\/revisions"}],"predecessor-version":[{"id":5854,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=\/wp\/v2\/posts\/5803\/revisions\/5854"}],"wp:attachment":[{"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5803"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5803"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/yorozu.cloudfree.jp\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5803"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}