<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kanafuu</author_name>
  <author_url>https://blog.hatena.ne.jp/kanafuu/</author_url>
  <blog_title>理系母の趣味はプログラミング</blog_title>
  <blog_url>https://kanappphateshakitto.hateblo.jp/</blog_url>
  <categories>
    <anon>独学プログラマー</anon>
  </categories>
  <description>こんばんは、なっぺです。今日はついに！ループです！！ やった！ということで、さっそくPythonではforを使ってループができます。 まずは、文字列から、文字を一文字ずつ取り出してみます。 &gt;&gt;&gt; text = &quot;なっぺ&quot; &gt;&gt;&gt; for moji in text: print(moji) な っ ぺ ここではループが回るたびに変数mojiにtextに格納されている&quot;なっぺ&quot;の文字が一文字ずつ格納されています。inの後にくるものはイテラブル（繰り返し可能）である必要があります。 つまり、リストでも同様できます。 &gt;&gt;&gt; ice = [&quot;パルム&quot;,&quot;ジャンボ&quot;,&quot;ガツンとみかん&quot;] &gt;&gt;&gt; fo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkanappphateshakitto.hateblo.jp%2Fentry%2F2020%2F04%2F02%2F221339&quot; title=&quot;【10日目】forループでイテラブルの要素を取り出す - 理系母の趣味はプログラミング&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>2020-04-02 22:13:39</published>
  <title>【10日目】forループでイテラブルの要素を取り出す</title>
  <type>rich</type>
  <url>https://kanappphateshakitto.hateblo.jp/entry/2020/04/02/221339</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
