<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>atsuoishimoto</author_name>
  <author_url>https://blog.hatena.ne.jp/atsuoishimoto/</author_url>
  <blog_title>atsuoishimoto's diary</blog_title>
  <blog_url>https://atsuoishimoto.hatenablog.com/</blog_url>
  <categories>
  </categories>
  <description>お前ら、Python3 だと、みんな大好き全角数字使えるの知ってた？ &gt;&gt;&gt; int('100') 100 &gt;&gt;&gt; int('１００') 100 &gt;&gt;&gt; int('１００', 16) 256 ってことは、これがエラーになるのはバグじゃないか？ &gt;&gt;&gt; int('ＦＦ', 16) Traceback (most recent call last): File &quot;&lt;stdin&gt;&quot;, line 1, in &lt;module&gt; ValueError: invalid literal for int() with base 16: 'ＦＦ' 追記 Jun Omae⁽⁻⁶⁶ʲ⁵⁾ さんの Tweet によれ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fatsuoishimoto.hatenablog.com%2Fentry%2F2013%2F01%2F27%2F000000_1&quot; title=&quot;Python3 の数値型 - atsuoishimoto&amp;#39;s diary&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>2013-01-27 00:00:00</published>
  <title>Python3 の数値型</title>
  <type>rich</type>
  <url>https://atsuoishimoto.hatenablog.com/entry/2013/01/27/000000_1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
