<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>melpon</author_name>
  <author_url>https://blog.hatena.ne.jp/melpon/</author_url>
  <blog_title>melpon日記 - HaskellもC++もまともに扱えないへたれのページ</blog_title>
  <blog_url>https://melpon.hatenadiary.org/</blog_url>
  <categories>
    <anon>Python</anon>
  </categories>
  <description>この記事は Python Tips Advent Calendar 2012 １１日目の記事です。 Python のフォーマット出力は何種類かあります。 &gt;&gt;&gt; print &quot;The %s is %d.&quot; % ('answer', 42) The answer is 42. タプルによるフォーマット出力です。名前が指定できず、型指定が必要です。 &gt;&gt;&gt; print &quot;The %(foo)s is %(bar)d.&quot; % {'foo': 'answer', 'bar':42} The answer is 42. 辞書によるフォーマット出力です。名前が指定できますが、型指定は必要です。 &gt;&gt;&gt; p…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fmelpon.hatenadiary.org%2Fentry%2F20121211%2F1355189821&quot; title=&quot;文字列のフォーマット出力 - melpon日記 - HaskellもC++もまともに扱えないへたれのページ&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>2012-12-11 10:37:01</published>
  <title>文字列のフォーマット出力</title>
  <type>rich</type>
  <url>https://melpon.hatenadiary.org/entry/20121211/1355189821</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
