<?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>Sequences on Python Exercises</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/tags/sequences/</link><description>Recent content in Sequences 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/sequences/index.xml" rel="self" type="application/rss+xml"/><item><title>اعداد رد شده</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/problems/039-find-missing-numbers/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://amirmahdikahdouii.github.io/Python-Exercises/problems/039-find-missing-numbers/</guid><description>&lt;p&gt;&lt;strong&gt;#039&lt;/strong&gt; · &lt;strong&gt;Find Missing Numbers&lt;/strong&gt; · &lt;code&gt;arrays&lt;/code&gt; · &lt;code&gt;easy&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/039-find-missing-numbers/solution.py"&gt;مشاهده راه‌حل در GitHub&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="passed-numbers"&gt;Passed Numbers&lt;/h1&gt;
&lt;p&gt;برنامه ای بنویسید که اعداد رد شده را مشخص و در لیستی خروجی دهد.&lt;/p&gt;
&lt;h2 id="input"&gt;Input:&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;numbers = [1, 3, 5, 6, 7, 8, 9, 10, 13, 14, 16, 17, 20, 21, 25]
&lt;/code&gt;&lt;/pre&gt;&lt;h2 id="output"&gt;Output:&lt;/h2&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[2, 4, 11, 12, 15, 18, 19, 22, 23, 24]
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>