<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kanatadesu</author_name>
  <author_url>https://blog.hatena.ne.jp/kanatadesu/</author_url>
  <blog_title>IT&amp;ガシェット情報まとめ</blog_title>
  <blog_url>https://itandgadgets.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>第4回：繰り返し処理とは？for文とwhile文を理解する ここまでで、 変数 → 値を覚える if文 → 条件で分ける ができるようになった。 ただ、まだできないことがある。 それが、 同じ処理を何回もやること。 たとえば「10回表示する」とか。 毎回こう書くのはさすがに無理。 print(&quot;こんにちは&quot;) print(&quot;こんにちは&quot;) print(&quot;こんにちは&quot;) ... これを解決するのが今回のテーマ。 繰り返し（ループ） for文：回数が決まっているとき まずは一番よく使うやつ。 for i in range(5): print(&quot;こんにちは&quot;) これを実行すると、「こんにちは」が5回…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fitandgadgets.hateblo.jp%2Fentry%2F2026%2F05%2F24%2F214436&quot; title=&quot;Python初心者講座　第4回：繰り返し処理とは？for文とwhile文を理解する - IT&amp;amp;ガシェット情報まとめ&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>2026-05-24 21:44:36</published>
  <title>Python初心者講座　第4回：繰り返し処理とは？for文とwhile文を理解する</title>
  <type>rich</type>
  <url>https://itandgadgets.hateblo.jp/entry/2026/05/24/214436</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
