<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>rare_Remrin</author_name>
  <author_url>https://blog.hatena.ne.jp/rare_Remrin/</author_url>
  <blog_title>Remrinのpython攻略日記</blog_title>
  <blog_url>https://python-remrin.hatenadiary.jp/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>ループ処理について。 for イテレータ(シーケンスなど)を添える while イテレータの代わりに条件式。while True, while 1という形をよく見る break ブロックから抜ける continue それ以降のループブロックを実行せず、最初に戻る else forブロックやwhileブロックで使う時は、ループの実行後の処理。ただし、breakすると無視 x = 0 while x &lt; 10: x +=1 print(x, end=&quot; &quot;) else: print(&quot;finished&quot;) # 1 2 3 4 5 6 7 8 9 10 finished x = 0 while x …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpython-remrin.hatenadiary.jp%2Fentry%2F2017%2F05%2F23%2F000518&quot; title=&quot;ループ処理 - Remrinのpython攻略日記&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>2017-05-23 00:05:18</published>
  <title>ループ処理</title>
  <type>rich</type>
  <url>https://python-remrin.hatenadiary.jp/entry/2017/05/23/000518</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
