<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>super-string</author_name>
  <author_url>https://blog.hatena.ne.jp/super-string/</author_url>
  <blog_title>今からでも間に合う</blog_title>
  <blog_url>https://super-string37.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>listとdictについて細かい説明はなしで書き方サンプルのみ list dict list # 生成 l1 = [] # 空のリスト l2 = [&quot;abc&quot;, 123, l1] # 初期値 #操作 l1.append(&quot;hoge&quot;) # 末尾に追加 l1.insert(0, &quot;piyo&quot;) #指定位置に追加 l2.remove(&quot;abc&quot;) # 要素削除 l3 = l1.copy() # コピー pop = l1.pop(0) # 指定位置の要素を取り出す l4 = [&quot;s&quot;, &quot;u&quot;, &quot;p&quot;, &quot;e&quot;, &quot;r&quot;, &quot; &quot;, &quot;s&quot;, &quot;t&quot;, &quot;r&quot;, &quot;n&quot;, &quot;g&quot;] l4.sort…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fsuper-string37.com%2Fentry%2F20230117%2F1673908061&quot; title=&quot;python入門～list、dict～ - 今からでも間に合う&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-01-17 07:27:41</published>
  <title>python入門～list、dict～</title>
  <type>rich</type>
  <url>https://super-string37.com/entry/20230117/1673908061</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
