<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kenken0326</author_name>
  <author_url>https://blog.hatena.ne.jp/kenken0326/</author_url>
  <blog_title>Python学習チャンネル by PyQ</blog_title>
  <blog_url>https://blog.pyq.jp/</blog_url>
  <categories>
    <anon>Pythonお悩み解決</anon>
    <anon>Pythonお悩み解決-Python文法</anon>
  </categories>
  <description>こんにちは。PyQサポートです。 質問 回答 タプルのアンパック サンプルコード1 アンパックではないタプルの代入の例 サンプルコード2 質問 タプルの解説の中で、「複数の変数に要素を代入する際 a, b = 100, 200 のように()を付けないこともできる」とありました。 なぜ、このように書くことができるのでしょうか？ 回答 タプルのアンパック タプルの丸括弧は省略することができます。 そのため、質問の式 a, b = 100, 200 は、 a, b = (100, 200) と同じ意味を表します。 左辺の変数 a,b それぞれに数値が代入されます。 サンプルコード1 a, b = 1…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fblog.pyq.jp%2Fentry%2FPython_kaiketsu_190924&quot; title=&quot;「Pythonで、 `a, b = 100, 200` などの、カンマ区切りの複数の値や変数は何ですか？」タプルのアンパックについて解説します - Python学習チャンネル by PyQ&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/k/kenken0326/20190925/20190925121216.png</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2019-09-25 14:20:00</published>
  <title>「Pythonで、 `a, b = 100, 200` などの、カンマ区切りの複数の値や変数は何ですか？」タプルのアンパックについて解説します</title>
  <type>rich</type>
  <url>https://blog.pyq.jp/entry/Python_kaiketsu_190924</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
