<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>a4dosanddos</author_name>
  <author_url>https://blog.hatena.ne.jp/a4dosanddos/</author_url>
  <blog_title>プログラム日記</blog_title>
  <blog_url>https://a4dosanddos.hatenablog.com/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>「Python のお勉強シリーズ」第２回目です。今回は while 文と内包表記についてサンプルコード書いてみました。■ while.py #coding: cp932 i = 0 print(&quot;start1&quot;) while i &lt; 5: print(i) i += 1 else: print(&quot;end1&quot;) j = 0 print(&quot;start2&quot;) while j &lt; 5: print(j) j += 1 if j == 2: break else: print(&quot;end2&quot;) #break すると else は実行されない ■ 実行結果 start1 0 1 2 3 4 end1 sta…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fa4dosanddos.hatenablog.com%2Fentry%2F2015%2F08%2F18%2F234351&quot; title=&quot;Python のお勉強２ ( while 文、内包表記) - プログラム日記&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>2015-08-18 23:43:51</published>
  <title>Python のお勉強２ ( while 文、内包表記)</title>
  <type>rich</type>
  <url>https://a4dosanddos.hatenablog.com/entry/2015/08/18/234351</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
