<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ama-ch</author_name>
  <author_url>https://blog.hatena.ne.jp/ama-ch/</author_url>
  <blog_title>はてブロ@ama_ch</blog_title>
  <blog_url>https://ama-ch.hatenablog.com/</blog_url>
  <categories>
    <anon>Program</anon>
    <anon>Python</anon>
  </categories>
  <description>breakとcontinue p.84 &gt;&gt;&gt; for item in range(10): ... if item == 5: continue ... if item == 8: break ... print item, ... 0 1 2 3 4 6 7 while文 whileの条件はbool型（真or偽）で判定される。 p.86 &gt;&gt;&gt; n = 0 &gt;&gt;&gt; while n &lt; 10: ... print n, ... n += 1 ... 0 1 2 3 4 5 6 7 8 9 九九の表を出力 よくやるよね。 &gt;&gt;&gt; a = 1 &gt;&gt;&gt; b = 1 &gt;&gt;&gt; while a &lt; 10…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fama-ch.hatenablog.com%2Fentry%2F20080425%2F1209110237&quot; title=&quot;今日のPython - はてブロ@ama_ch&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>2008-04-25 16:57:17</published>
  <title>今日のPython</title>
  <type>rich</type>
  <url>https://ama-ch.hatenablog.com/entry/20080425/1209110237</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
