<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>memorude</author_name>
  <author_url>https://blog.hatena.ne.jp/memorude/</author_url>
  <blog_title>PUROGU LADESU</blog_title>
  <blog_url>https://puroguradesu.hatenadiary.jp/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>リスト（配列） list li = [5, 11, 40, 6, 55, 2, 7] li[-1] #最後尾 li[2] #3番目 li[:2] #0-3番目の手前まで li[:] #全部 len(li)list('abcde') で文字列をリストに変換li[::2] #全部を一つ飛ばしで取り出し li[::-1] #全部を逆順で取り出し リストの操作 li[2] = 30 li[2:4] = [3, 4]li.append(100) li.insert(0, 200) li.pop() # 最後尾を取り出して削除 li.pop(0) # 先頭を取り出して削除 li.pop(1) # 指定を取…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpuroguradesu.hatenadiary.jp%2Fentry%2F2023%2F02%2F02%2F130213&quot; title=&quot;速習Python：データ構造 - PUROGU LADESU&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>2023-02-02 13:02:13</published>
  <title>速習Python：データ構造</title>
  <type>rich</type>
  <url>https://puroguradesu.hatenadiary.jp/entry/2023/02/02/130213</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
