<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ninosan</author_name>
  <author_url>https://blog.hatena.ne.jp/ninosan/</author_url>
  <blog_title>Android版ファイアーエムブレム ヒーローズ報告</blog_title>
  <blog_url>https://ninosan.hateblo.jp/</blog_url>
  <categories>
    <anon>python</anon>
  </categories>
  <description>「数値を2つ入力し、その区間の整数を全て表示してください。」 2つ入力できればあとはfor文で回すだけだがrangeに+1するのをお忘れなくという問題である。このくらいの難易度の問題をたくさん解きたいのだがなぜかWeb上には全然ない。本当にない。困ったものだ。 # coding: utf-8 a,b = map(int, input().split())#値を2つ入力 for i in range(a,b+1): print(i)</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fninosan.hateblo.jp%2Fentry%2F2020%2F04%2F22%2F064102&quot; title=&quot;Python課題―あいだの整数 - Android版ファイアーエムブレム ヒーローズ報告&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-22 06:41:02</published>
  <title>Python課題―あいだの整数</title>
  <type>rich</type>
  <url>https://ninosan.hateblo.jp/entry/2020/04/22/064102</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
