<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>device_me</author_name>
  <author_url>https://blog.hatena.ne.jp/device_me/</author_url>
  <blog_title>アプリなどを開発するブログ</blog_title>
  <blog_url>https://source.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>listはいわゆる配列。 tuple(タプル) は、変更できないlist。 list = ['a', 'b', 'c'] print list[0] # 出力 : a tuple = ['a', 'b', 'c'] print tuple[0] # 出力 : a list[1] = 'E' tuple[1] = 'E' # エラーが出る</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsource.hatenadiary.jp%2Fentry%2F2013%2F02%2F05%2F115449&quot; title=&quot;Pythonのタプル、リストの違い - アプリなどを開発するブログ&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>2013-02-05 11:54:49</published>
  <title>Pythonのタプル、リストの違い</title>
  <type>rich</type>
  <url>https://source.hatenadiary.jp/entry/2013/02/05/115449</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
