<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>naskin</author_name>
  <author_url>https://blog.hatena.ne.jp/naskin/</author_url>
  <blog_title>We All Get Old - Naskin Diary</blog_title>
  <blog_url>https://naskin-diary.hatenablog.com/</blog_url>
  <categories>
    <anon>八苦(Hack)</anon>
  </categories>
  <description>前回の7章から間があいてしまいましたがちゃんと読んでますよ。 人間がめんどくさがる繰返し作業こそコンピュータ／プログラミングの真骨頂ですよね。 面白いと思ったのは while と for の後ろに else が書けることでループの条件が真じゃなかった時に実行出来ること(但し、break したときは実行されない) &gt;&gt;&gt; a = 0 &gt;&gt;&gt; while a &gt; 0: ... print a ... else: ... print 'do else', ... do else &gt;&gt;&gt; while a == 0: ... if a == 0: break ... else: ... print 'd…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnaskin-diary.hatenablog.com%2Fentry%2F20100325%2F1269521319&quot; title=&quot;Python 一人勉強会 - 第13章 while ループと for ループ - We All Get Old - Naskin 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>2010-03-25 21:48:39</published>
  <title>Python 一人勉強会 - 第13章 while ループと for ループ</title>
  <type>rich</type>
  <url>https://naskin-diary.hatenablog.com/entry/20100325/1269521319</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
