<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>morchin</author_name>
  <author_url>https://blog.hatena.ne.jp/morchin/</author_url>
  <blog_title>プログラミング日記</blog_title>
  <blog_url>https://morchin.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>ラシウラ: pythonでflatten (http://d.hatena.ne.jp/bellbind/20090408/1239207990) sum()の引数は通常、数値のリストだと思うが、リストにも適用できるのは知らなかった。 &gt;&gt;&gt; sum([[1], [2], [3,4]], []) [1, 2, 3, 4] 文字列はダメらしい。 &gt;&gt;&gt; sum(['a', 'b', 'c'], '') Traceback (most recent call last): File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt; TypeError: sum() can't sum …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmorchin.hatenadiary.org%2Fentry%2F20090410%2Fp1&quot; title=&quot; 配列にsumを適用 - プログラミング日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-04-10 00:00:00</published>
  <title> 配列にsumを適用</title>
  <type>rich</type>
  <url>https://morchin.hatenadiary.org/entry/20090410/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
