<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atsuoishimoto</author_name>
  <author_url>https://blog.hatena.ne.jp/atsuoishimoto/</author_url>
  <blog_title>atsuoishimoto's diary</blog_title>
  <blog_url>https://atsuoishimoto.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>Pythonには、二つのオブジェクトが同じオブジェクトかどうか判定する is演算子というのがある。==演算子とちょっと似ているが、==演算子は二つのオブジェクトの値が等しいかどうかを判定し、is演算子は値に関わらず異なるオブジェクトが指定されればFalseを返す。 &gt;&gt;&gt; list1 = [1,2,3] &gt;&gt;&gt; also_list1 = list1 &gt;&gt;&gt; list2 = [2,3,4] &gt;&gt;&gt; equal_to_list1 = [1,2,3] &gt;&gt;&gt; list1 is also_list1 # list1 と also_list1 は同じオブジェクト True &gt;&gt;&gt; list1 is li…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fatsuoishimoto.hatenablog.com%2Fentry%2F20110414%2F1302750443&quot; title=&quot;is演算子のふしぎ - atsuoishimoto&amp;#39;s diary&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>2011-04-14 12:07:23</published>
  <title>is演算子のふしぎ</title>
  <type>rich</type>
  <url>https://atsuoishimoto.hatenablog.com/entry/20110414/1302750443</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
