<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hatekozo</author_name>
  <author_url>https://blog.hatena.ne.jp/hatekozo/</author_url>
  <blog_title>hatekozo’s blog</blog_title>
  <blog_url>https://hatekozo.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>辞書オブジェクト.keys() 辞書オブジェクトの全てのキーを要素としたリストを返す dict = {&quot;ikeuchi&quot;:33, &quot;andou&quot;:13} list = dict.keys() print list # [&quot;ikeuchi&quot;, &quot;andou&quot;] 辞書オブジェクト.items() 辞書オブジェクトの(キー、値)の組み合わせを一つのタプルとして、全要素をリスト型で返す dict = {&quot;ikeuchi&quot;:33, &quot;andou&quot;:13} list = dict.values() print list # [(&quot;ikeuchi&quot;, 33), (&quot;andou&quot;, 13)] 辞書オブジェクト…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhatekozo.hatenablog.com%2Fentry%2F2016%2F12%2F11%2F215104&quot; title=&quot;pythonのkeys()、items()、values() - hatekozo’s blog&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>2016-12-11 21:51:04</published>
  <title>pythonのkeys()、items()、values()</title>
  <type>rich</type>
  <url>https://hatekozo.hatenablog.com/entry/2016/12/11/215104</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
