<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>hiroto1979</author_name>
  <author_url>https://blog.hatena.ne.jp/hiroto1979/</author_url>
  <blog_title>どこかに向かうらしい話</blog_title>
  <blog_url>https://hiroto1979.hatenablog.jp/</blog_url>
  <categories>
    <anon>Python3</anon>
  </categories>
  <description>主なネタはココにある通り。 http://docs.python.jp/3.5/library/string.html#formatspec 自分がよく使うパターンに絞ってメモしてみる。 &gt;&gt;&gt; printf(&quot;hoge&quot;) hoge(改行あり) &gt;&gt;&gt; print(&quot;hoge&quot;, end=&quot;&quot;) hoge(改行なし) ポジション引数を使ったアクセス: &gt;&gt;&gt; '{0}, {1}, {2}'.format('a', 'b', 'c') 'a, b, c' &gt;&gt;&gt; '{2}, {1}, {0}'.format('a', 'b', 'c') 'c, b, a' &gt;&gt;&gt; '{0} {1} {0}'.…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhiroto1979.hatenablog.jp%2Fentry%2F2016%2F04%2F01%2F014112&quot; title=&quot;Python3におけるformat形式を自分のためにまとめてみた件 - どこかに向かうらしい話&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-04-01 01:41:12</published>
  <title>Python3におけるformat形式を自分のためにまとめてみた件</title>
  <type>rich</type>
  <url>https://hiroto1979.hatenablog.jp/entry/2016/04/01/014112</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
