<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Pekosan</author_name>
  <author_url>https://blog.hatena.ne.jp/Pekosan/</author_url>
  <blog_title>◆AI分析◆　ペコサンのブログ</blog_title>
  <blog_url>https://pekosan.hatenadiary.org/</blog_url>
  <categories>
    <anon>9（irreg）資格試験</anon>
  </categories>
  <description>Pythonのrange関数は、整数の等差数列を簡単に生成するための組み込み関数です。以下にその特徴と使い方を説明します。 基本構文 python range(start, stop, step) start: 数列の開始値（省略時は0）。 stop: 数列の終了値（この値は含まれない）。 step: 数列の増加量（省略時は1）。 使用例 1. 単純な連番 python for i in range(5): print(i) # 出力: 0, 1, 2, 3, 4 startが省略され、0から始まります。 2. 任意の開始値と終了値 python for i in range(10, 15):…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fpekosan.hatenadiary.org%2Fentry%2F2025%2F02%2F17%2F150000&quot; title=&quot;AIが解説！　Python range関数について - ◆AI分析◆　ペコサンのブログ&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>https://cdn-ak.f.st-hatena.com/images/fotolife/P/Pekosan/20250209/20250209144557.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2025-02-17 15:00:00</published>
  <title>AIが解説！　Python range関数について</title>
  <type>rich</type>
  <url>https://pekosan.hatenadiary.org/entry/2025/02/17/150000</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
