<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chang_app_dev</author_name>
  <author_url>https://blog.hatena.ne.jp/chang_app_dev/</author_url>
  <blog_title>note-tmk</blog_title>
  <blog_url>https://note-tmk.hatenablog.com/</blog_url>
  <categories>
    <anon>Recursion</anon>
    <anon>python</anon>
  </categories>
  <description>現在Recursionに取り組んでいる。 そこで学んだことをメモする。 リスト（List） 生成 直接要素を指定 リスト内包表記 文字列をリストに変換 任意の値を任意個数要素にもつリストを生成 操作 読み取り 特定インデックスの値 for文を使用して繰り返し処理 後ろから数えた特定インデックスの値 追加 末尾に要素を追加(append) 末尾に複数の要素を追加(extend) 特定インデックスに値を追加(insert) 特定のインデックスに複数の値を追加(スライスを用いる) 更新 特定のインデックス範囲の値を更新(スライスを用いる) 削除 末尾の値を削除(pop) 特定のインデックスの値を削除…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnote-tmk.hatenablog.com%2Fentry%2F2024%2F01%2F13%2F203714&quot; title=&quot;【Python】リスト（List）型データの生成・操作方法まとめ - note-tmk&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.image.st-hatena.com/image/square/adad63b72f1d6545b2ba2538c3fc2923b2fd5989/backend=imagemagick;height=80;version=1;width=80/https%3A%2F%2Fcdn.blog.st-hatena.com%2Fimages%2Fcircle%2Fofficial-circle-icon%2Fcomputers.gif</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2024-01-13 20:37:14</published>
  <title>【Python】リスト（List）型データの生成・操作方法まとめ</title>
  <type>rich</type>
  <url>https://note-tmk.hatenablog.com/entry/2024/01/13/203714</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
