<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kotsubu-chan</author_name>
  <author_url>https://blog.hatena.ne.jp/kotsubu-chan/</author_url>
  <blog_title>続・ひよ子のきもち</blog_title>
  <blog_url>https://kotsubu-chan.hatenadiary.org/</blog_url>
  <categories>
  </categories>
  <description>「集合を要素に持つ」集合も表現できます。ただし、集合の要素はハッシュ値を持つ（hashable）必要があります。&gt;&gt;&gt; set([set(e) for e in &quot;ABC&quot;])Traceback (most recent call last): File &quot;&quot;, line 1, in set([set(e) for e in &quot;ABC&quot;]) TypeError: set objects are unhashableset 型のインスタンスは、ハッシュ値を持ちません。そのため、例外 TypeError を生成して、エラーメッセージを出力します。&gt;&gt;&gt; set([frozenset(e) for …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkotsubu-chan.hatenadiary.org%2Fentry%2F20080921%2F1221821266&quot; title=&quot;set 型のインスタンス：ハッシュ値 - 続・ひよ子のきもち&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>2008-09-21 19:47:46</published>
  <title>set 型のインスタンス：ハッシュ値</title>
  <type>rich</type>
  <url>https://kotsubu-chan.hatenadiary.org/entry/20080921/1221821266</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
