<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Range on Python Exercises</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/tags/range/</link><description>Recent content in Range on Python Exercises</description><generator>Hugo</generator><language>fa-ir</language><lastBuildDate>Sat, 06 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://amirmahdikahdouii.github.io/Python-Exercises/tags/range/index.xml" rel="self" type="application/rss+xml"/><item><title>اعداد اول دایره‌ای در بازه</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/problems/056-circular-primes-range/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://amirmahdikahdouii.github.io/Python-Exercises/problems/056-circular-primes-range/</guid><description>&lt;p&gt;&lt;strong&gt;#056&lt;/strong&gt; · &lt;strong&gt;Circular Primes in Range&lt;/strong&gt; · &lt;code&gt;math&lt;/code&gt; · &lt;code&gt;medium&lt;/code&gt; · &lt;code&gt;python&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/Amirmahdikahdouii/Python-Exercises/blob/master/problems/056-circular-primes-range/solution.py"&gt;مشاهده راه‌حل در GitHub&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="circular-prime-2"&gt;Circular prime-2&lt;/h1&gt;
&lt;p&gt;برنامه ای بنویسید که دو عدد را از ورودی دریافت کند و اعداد circular prime بین این دو عدد را برگرداند.&lt;/p&gt;
&lt;p&gt;عدد circular prime عددی است که با هر جابه جایی ارقامش، باز عددی اول باشد.&lt;/p&gt;
&lt;h2 id="input"&gt;Input:&lt;/h2&gt;
&lt;p&gt;در تنها خط ورودی دو عدد به شما داده میشود که با فاصله از هم جدا شده اند.
تضمین میشود اعداد صحیح و نامنفی هستند و عدد اول از عدد بعدی کوچک تر است.&lt;/p&gt;</description></item><item><title>جستجوی بازه در لیست</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/problems/081-search-sorted-range/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://amirmahdikahdouii.github.io/Python-Exercises/problems/081-search-sorted-range/</guid><description>&lt;p&gt;&lt;strong&gt;#081&lt;/strong&gt; · &lt;strong&gt;Search Sorted Range&lt;/strong&gt; · &lt;code&gt;search&lt;/code&gt; · &lt;code&gt;medium&lt;/code&gt; · &lt;code&gt;python&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/Amirmahdikahdouii/Python-Exercises/blob/master/problems/081-search-sorted-range/solution.py"&gt;مشاهده راه‌حل در GitHub&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="search-range"&gt;Search Range&lt;/h1&gt;
&lt;p&gt;برنامه ای بنویسید که یک لیست نامرتب از اعداد را دریافت کند و آن را مرتب کند و در آن ایندکس شروع و ایندکس پایان عدد که در لیست اعداد پیدا شده را خروجی دهد.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;ورودی:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;در خط اول ورودی یک لیست از اعداد که با فاصله از هم جدا شده اند به شما داده میشود.&lt;/p&gt;</description></item></channel></rss>