<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Pekosan</author_name>
  <author_url>https://blog.hatena.ne.jp/Pekosan/</author_url>
  <blog_title>◆AI分析◆　ペコサンのブログ</blog_title>
  <blog_url>https://pekosan.hatenadiary.org/</blog_url>
  <categories>
    <anon>9（irreg）資格試験</anon>
  </categories>
  <description>タプル、タプルパッキング、シーケンスアンパッキングは、Pythonで複数の値を扱う際にとても便利な機能となっています。以下、それぞれについて具体例を交えて解説します。 タプルとは 定義タプルは順序付けられた要素の集合で、リストと似ていますが一度作成すると**変更できない（イミュータブル）**点が異なります。 表記方法通常は丸括弧 () で囲って作成しますが、括弧を省略してカンマで区切るだけでもタプルとして扱われます。 例 python t1 = (1, 2, 3) # 丸括弧を使用したタプル t2 = 4, 5, 6 # 括弧を省略したタプルパッキング print(t1) # 出力: (1, …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpekosan.hatenadiary.org%2Fentry%2F2025%2F02%2F18%2F213000&quot; title=&quot;AIが解説！【データ構造】　Python タプル、タプルパッキング、シーケンスアンパッキングについて - ◆AI分析◆　ペコサンのブログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/P/Pekosan/20250209/20250209144557.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-02-18 20:00:00</published>
  <title>AIが解説！【データ構造】　Python タプル、タプルパッキング、シーケンスアンパッキングについて</title>
  <type>rich</type>
  <url>https://pekosan.hatenadiary.org/entry/2025/02/18/213000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
