{"id":11259,"date":"2023-01-13T05:50:10","date_gmt":"2023-01-12T20:50:10","guid":{"rendered":"http:\/\/pineplanter.moo.jp\/non-it-salaryman\/?p=11259"},"modified":"2023-01-13T05:50:10","modified_gmt":"2023-01-12T20:50:10","slug":"python-def","status":"publish","type":"post","link":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/2023\/01\/13\/python-def\/","title":{"rendered":"Python | \u5f15\u6570\u306e\u6e21\u3057\u65b9\u304c\u3044\u308d\u3044\u308d\u3042\u308b\u306e\u3067\u30e1\u30e2"},"content":{"rendered":"<p>Python\u306e\u5f15\u6570\u306e\u6e21\u3057\u65b9\u306b\u3044\u308d\u3044\u308d\u3042\u308b\u306e\u3067\u307e\u3068\u3081\u307e\u3057\u305f\u3002\u5f15\u6570\u306b\u9650\u3089\u305aPython\u306b\u306f\u7279\u5fb4\u7684\u306a\u69cb\u6587\u304c\u898b\u3089\u308c\u308b\u306e\u3067\u3088\u304f\u899a\u3048\u3066\u304a\u304d\u307e\u3057\u3087\u3046\u3002<\/p>\n<h2>\u57fa\u672c\u5f62<\/h2>\n<p>\u57fa\u672c\u5f62\u304c\u3053\u3061\u3089\u3002\u4e00\u822c\u7684\u306a\u6e21\u3057\u65b9\u306e\u4ed6\u306b\u95a2\u6570\u5074\u306e\u5909\u6570\u540d\uff08\u30ad\u30fc\u30ef\u30fc\u30c9\u5f15\u6570\uff09\u3067\u6307\u5b9a\u3059\u308b\u65b9\u6cd5\u3082\u3042\u308a\u307e\u3059\u3002\u30ad\u30fc\u30ef\u30fc\u30c9\u5f15\u6570\u306e\u5834\u5408\u9806\u756a\u306f\u56fa\u5b9a\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\ndef test(name, age, address):\r\n  print(f'\u540d\u524d:{name}, \u5e74\u9f62:{age}\u6b73, \u4f4f\u6240:{address}')\r\n\r\ntest('\u9234\u6728', 28, '\u6771\u4eac\u90fd')\r\ntest(name='\u6e21\u8fba', age=34, address='\u798f\u5ca1\u770c')\r\ntest(name='\u5c71\u7530', address='\u5927\u962a\u5e9c', age=41) #\u9806\u756a\u306f\u5909\u66f4\u53ef\u80fd\r\n\r\n# \u540d\u524d:\u9234\u6728, \u5e74\u9f62:28\u6b73, \u4f4f\u6240:\u6771\u4eac\u90fd\r\n# \u540d\u524d:\u6e21\u8fba, \u5e74\u9f62:34\u6b73, \u4f4f\u6240:\u798f\u5ca1\u770c\r\n# \u540d\u524d:\u5c71\u7530, \u5e74\u9f62:41\u6b73, \u4f4f\u6240:\u5927\u962a\u5e9c\r\n \r\n<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u8f9e\u66f8\u578b\u3067\u6e21\u3059<\/h2>\n<p>\u8f9e\u66f8\u578b\uff08\u4ed6\u306e\u8a00\u8a9e\u306e\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u578b\u306b\u8fd1\u3044\uff09\u3067\u6e21\u3059\u65b9\u6cd5\u3082\u3042\u308a\u307e\u3059\u3002\u6e21\u3059\u969b\u306b\u306f\u8f9e\u66f8\u306b**\u3092\u3064\u3051\u307e\u3059\u3002\u8981\u7d20\u306e\u30ad\u30fc\u304c\u5f15\u6570\u540d\u3001\u5024\u304c\u5f15\u6570\u306e\u5024\u3068\u3057\u3066\u6e21\u308a\u307e\u3059\u3002<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\ndef test(name, age, address):\r\n  print(f'\u540d\u524d:{name}, \u5e74\u9f62:{age}\u6b73, \u4f4f\u6240:{address}')\r\n\r\narg = {'name':'\u4f50\u85e4', 'age':33, 'address':'\u5317\u6d77\u9053'}\r\ntest(**arg)\r\n\r\n# \u540d\u524d:\u4f50\u85e4, \u5e74\u9f62:33\u6b73, \u4f4f\u6240:\u5317\u6d77\u9053\r\n \r\n<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u521d\u671f\u5024\u3092\u8a2d\u5b9a\u3059\u308b<\/h2>\n<p>\u95a2\u6570\u5074\u3067\u3042\u3089\u304b\u3058\u3081\u521d\u671f\u5024\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u521d\u671f\u5024\u3092\u8a2d\u5b9a\u3057\u3066\u304a\u304f\u3068\u547c\u3073\u51fa\u3057\u6642\u306b\u5f15\u6570\u3092\u7701\u7565\u3067\u304d\u307e\u3059\u3002\u3082\u3061\u308d\u3093\u5225\u306e\u5024\u3092\u6e21\u305b\u3070\u305d\u306e\u5024\u304c\u4f7f\u308f\u308c\u307e\u3059\u3002<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\ndef test(name='\u7530\u4e2d', age=27, address='\u611b\u77e5\u770c'):\r\n  print(f'\u540d\u524d:{name}, \u5e74\u9f62:{age}\u6b73, \u4f4f\u6240:{address}')\r\n\r\ntest()\r\ntest('\u9234\u6728', 28, '\u6771\u4eac\u90fd')\r\ntest('\u9234\u6728', 28)\r\n\r\n# \u540d\u524d:\u7530\u4e2d, \u5e74\u9f62:27\u6b73, \u4f4f\u6240:\u611b\u77e5\u770c\r\n# \u540d\u524d:\u9234\u6728, \u5e74\u9f62:28\u6b73, \u4f4f\u6240:\u6771\u4eac\u90fd\r\n# \u540d\u524d:\u9234\u6728, \u5e74\u9f62:28\u6b73, \u4f4f\u6240:\u611b\u77e5\u770c\r\n \r\n<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u4f4d\u7f6e\u3092\u53b3\u683c\u306b\u6307\u5b9a\u3059\u308b<\/h2>\n<p>\u30ad\u30fc\u30ef\u30fc\u30c9\u5f15\u6570\u3067\u3042\u308c\u3070\u4f4d\u7f6e\u3092\u5909\u66f4\u3067\u304d\u308b\u306e\u3067\u3059\u304c\u3001\u305d\u308c\u304c\u5acc\u306a\u5834\u5408\u306f<code>\/<\/code>\u3092\u52a0\u3048\u3066\u305d\u308c\u4ee5\u964d\u3092\u4f4d\u7f6e\u6307\u5b9a\u306b\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u30ad\u30fc\u30ef\u30fc\u30c9\u5f15\u6570\u3067\u3082OK\u3067\u3059\u304c\u4f4d\u7f6e\u306e\u5165\u308c\u66ff\u3048\u306f\u4e0d\u53ef\u3067\u3059\u3002<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\ndef test(name, age, \/, address):\r\n  print(f'\u540d\u524d:{name}, \u5e74\u9f62:{age}\u6b73, \u4f4f\u6240:{address}')\r\n\r\ntest('\u9234\u6728', 28, '\u6771\u4eac\u90fd')\r\ntest('\u9234\u6728', 28, address='\u6771\u4eac\u90fd')\r\n# test('\u9234\u6728', age=28, address='\u6771\u4eac\u90fd') #\u30a8\u30e9\u30fc\r\n\r\n# \u540d\u524d:\u9234\u6728, \u5e74\u9f62:28\u6b73, \u4f4f\u6240:\u6771\u4eac\u90fd\r\n# \u540d\u524d:\u9234\u6728, \u5e74\u9f62:28\u6b73, \u4f4f\u6240:\u6771\u4eac\u90fd\r\n \r\n<\/pre>\n<p>&nbsp;<\/p>\n<h2>\u30ad\u30fc\u30ef\u30fc\u30c9\u5f15\u6570\u306e\u307f\u8a31\u53ef<\/h2>\n<p>\u30ad\u30fc\u30ef\u30fc\u30c9\u5f15\u6570\u5c02\u7528\u3092\u6307\u5b9a\u3059\u308b\u3053\u3068\u3082\u3067\u304d\u307e\u3059\u3002\u9593\u306b<code>*<\/code>\u3092\u5165\u308c\u308b\u3053\u3068\u3067\u305d\u308c\u4ee5\u964d\u306e\u5f15\u6570\u3092\u30ad\u30fc\u30ef\u30fc\u30c9\u5f15\u6570\u4ee5\u5916\u3092\u62d2\u5426\u3059\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/p>\n<pre class=\"brush: python; title: ; notranslate\" title=\"\">\r\ndef test(name, age, *, address):\r\n  print(f'\u540d\u524d:{name}, \u5e74\u9f62:{age}\u6b73, \u4f4f\u6240:{address}')\r\n\r\ntest('\u5c71\u7530', 28, address='\u5927\u962a\u5e9c')\r\ntest('\u5c71\u7530', age=28, address='\u5927\u962a\u5e9c')\r\n# test('\u5c71\u7530', 28, '\u5927\u962a\u5e9c') #\u30a8\u30e9\u30fc\r\n\r\n# \u540d\u524d:\u5c71\u7530, \u5e74\u9f62:28\u6b73, \u4f4f\u6240:\u5927\u962a\u5e9c\r\n# \u540d\u524d:\u5c71\u7530, \u5e74\u9f62:28\u6b73, \u4f4f\u6240:\u5927\u962a\u5e9c\r\n \r\n<\/pre>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Python\u306e\u5f15\u6570\u306e\u6e21\u3057\u65b9\u306b\u3044\u308d\u3044\u308d\u3042\u308b\u306e\u3067\u307e\u3068\u3081\u307e\u3057\u305f\u3002\u5f15\u6570\u306b\u9650\u3089\u305aPytho &#8230; <\/p>\n","protected":false},"author":1,"featured_media":11263,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37],"tags":[],"class_list":["post-11259","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-python"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/posts\/11259","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/comments?post=11259"}],"version-history":[{"count":3,"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/posts\/11259\/revisions"}],"predecessor-version":[{"id":11262,"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/posts\/11259\/revisions\/11262"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/media\/11263"}],"wp:attachment":[{"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/media?parent=11259"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/categories?post=11259"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pineplanter.moo.jp\/non-it-salaryman\/wp-json\/wp\/v2\/tags?post=11259"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}