<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>uc_ebuc</author_name>
  <author_url>https://blog.hatena.ne.jp/uc_ebuc/</author_url>
  <blog_title>雑多なブログ</blog_title>
  <blog_url>https://cufl.hateblo.jp/</blog_url>
  <categories>
    <anon>python3</anon>
    <anon>プログラミング</anon>
  </categories>
  <description>今日は、python の try-except について学習した。 例1) try: print(a) except ValueError as ex: print(&quot;Error: {}&quot;.format(ex)) finally: print(&quot;ファイナリー！&quot;) except のセクションに例外発生時の処理を記述する。 as 〜とすることで例外の内容を取得することができる。 finally には例外の発生に関わらず、必ず実行する処理を記述する。 例2) try: print(1) except ValueError: print(&quot;ValueError!&quot;) except OsError: …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fcufl.hateblo.jp%2Fentry%2F2019%2F06%2F13%2F232112&quot; title=&quot;python: try-except - 雑多なブログ&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-06-13 23:21:12</published>
  <title>python: try-except</title>
  <type>rich</type>
  <url>https://cufl.hateblo.jp/entry/2019/06/13/232112</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
