<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>BG1</author_name>
  <author_url>https://blog.hatena.ne.jp/BG1/</author_url>
  <blog_title>車輪のx発明 ~B.G's Blog~</blog_title>
  <blog_url>https://bg1.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>タプルも複数の値をまとめたものだが、リストと違うのは、値の変更など様々な操作が出来ない点である。とほほのPython入門 - リスト・タプル・辞書 - とほほのWWW入門値をカンマで区切って、括弧&quot;()&quot;で括るとタプルになる。 #!/usr/bin/python lst = [10, 20, 30] print &quot;lst = %s&quot; % lst lst[1] = 15 print &quot;lst = %s&quot; % lst tpl = (100, 200, 300) print tpl[0] print tpl[1] print tpl[2] tpl[1] = 150 としても、 $ vi tuple.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbg1.hatenablog.com%2Fentry%2F2020%2F09%2F07%2F210000&quot; title=&quot;タプル - 車輪のx発明 ~B.G&amp;#39;s Blog~&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>2020-09-07 21:00:00</published>
  <title>タプル</title>
  <type>rich</type>
  <url>https://bg1.hatenablog.com/entry/2020/09/07/210000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
