{"blog_title":"\u5099\u5fd8\u9332","provider_url":"https://hatena.blog","blog_url":"https://kagasu.hatenablog.com/","html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkagasu.hatenablog.com%2Fentry%2F2018%2F09%2F05%2F084045\" title=\"Python\u3067join\u3059\u308b\u65b9\u6cd5 - \u5099\u5fd8\u9332\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","type":"rich","author_name":"kagasu","height":"190","provider_name":"Hatena Blog","title":"Python\u3067join\u3059\u308b\u65b9\u6cd5","published":"2018-09-05 08:40:45","author_url":"https://blog.hatena.ne.jp/kagasu/","url":"https://kagasu.hatenablog.com/entry/2018/09/05/084045","version":"1.0","image_url":null,"width":"100%","description":"\u2160. \u306f\u3058\u3081\u306b \u30bf\u30a4\u30c8\u30eb\u306e\u901a\u308a\u300cPython\u3067join\u3059\u308b\u65b9\u6cd5\u300d\u3067\u3059\u3002 \u2161. \u3084\u308a\u65b9 \u5168\u3066\u6587\u5b57\u5217\u306e\u5834\u5408 values = ['a', 'b', 'c'] x = ','.join(values) print(x) # a,b,c \u6570\u5024\u304c\u542b\u307e\u308c\u308b\u5834\u5408 values = ['a', 'b', 1] values = map(str, values) x = ','.join(values) print(x) # a,b,1","categories":["Python"]}