<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>emma000grande</author_name>
  <author_url>https://blog.hatena.ne.jp/emma000grande/</author_url>
  <blog_title>a</blog_title>
  <blog_url>https://emmas-tech.hatenablog.com/</blog_url>
  <categories>
    <anon>Python</anon>
    <anon>Python-Sample_code</anon>
  </categories>
  <description>dict: key:値 キーは重複不可で文字列・数値・タプル等のimmutableな値 要素に順序はない {} でつくるのはsetと同じ in での存在チェックや dict: key:値 初期化 初期化 : dict(key:値, key:値,...) 2つのリストからzipで辞書を作成 イテレータと値の初期値で辞書をつくる : dist.fromkeys(イテレータ, 初期値) 要素の追加 : 辞書[キー] = 値 要素の追加(要素が無い時のみ) : setdefault(キー, 値) 要素の取得 他の辞書で更新 : update(辞書) 要素の削除 pop(キー) 辞書内包表記 : {キー…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Femmas-tech.hatenablog.com%2Fentry%2F2019%2F08%2F13%2F163923&quot; title=&quot;dict - a&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>2019-08-13 16:39:23</published>
  <title>dict</title>
  <type>rich</type>
  <url>https://emmas-tech.hatenablog.com/entry/2019/08/13/163923</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
