<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>yohpapa</author_name>
  <author_url>https://blog.hatena.ne.jp/yohpapa/</author_url>
  <blog_title>Yohpapa’s note</blog_title>
  <blog_url>https://yohpapa.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>昨日の続きです。 Tuples and Sequences ここではTupleというデータ構造について勉強します。なおSequenceとはstr, unicode, list, tuple, bytearray, buffer, xrangeといった一連のオブジェクトをひとまとめ (Packing) したものの総称です。 &gt;&gt;&gt; t = 12345, 54321, 'hello!' &gt;&gt;&gt; t[0] 12345 &gt;&gt;&gt; t (12345, 54321, 'hello!') &gt;&gt;&gt; u = t, (1, 2, 3, 4, 5) &gt;&gt;&gt; u ((12345, 54321, 'hello!'), (…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fyohpapa.hatenadiary.org%2Fentry%2F20110813%2F1313192560&quot; title=&quot; Data Structures - Yohpapa’s note&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-08-13 08:42:40</published>
  <title> Data Structures</title>
  <type>rich</type>
  <url>https://yohpapa.hatenadiary.org/entry/20110813/1313192560</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
