<?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>Validation on Python Exercises</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/tags/validation/</link><description>Recent content in Validation 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/validation/index.xml" rel="self" type="application/rss+xml"/><item><title>سازنده کلید</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/problems/050-key-maker-validation/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://amirmahdikahdouii.github.io/Python-Exercises/problems/050-key-maker-validation/</guid><description>&lt;p&gt;&lt;strong&gt;#050&lt;/strong&gt; · &lt;strong&gt;Key Maker Validation&lt;/strong&gt; · &lt;code&gt;greedy&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://quera.org/problemset/6314/"&gt;منبع سوال&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/Amirmahdikahdouii/Python-Exercises/blob/master/problems/050-key-maker-validation/solution.py"&gt;مشاهده راه‌حل در GitHub&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="key-maker"&gt;Key Maker&lt;/h1&gt;
&lt;p&gt;صورت سوال به همراه تست کیس هارا در &lt;a href="https://quera.org/problemset/6314/"&gt;quera.org&lt;/a&gt; بخوانید!&lt;/p&gt;</description></item><item><title>لیست متقارن</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/problems/041-symmetric-list-check/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://amirmahdikahdouii.github.io/Python-Exercises/problems/041-symmetric-list-check/</guid><description>&lt;p&gt;&lt;strong&gt;#041&lt;/strong&gt; · &lt;strong&gt;Symmetric List Check&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/041-symmetric-list-check/solution.py"&gt;مشاهده راه‌حل در GitHub&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="symmetric-list"&gt;Symmetric List&lt;/h1&gt;
&lt;p&gt;برنامه ای بنویسید که لیستی از پارامترها را دریافت کند و چک کند آیا پارامترهای ارسالی symmetric هست یا خیر.
symmetric به لیستی میگویند که از دو طرف با هم بر ابر باشند.&lt;/p&gt;
&lt;h3 id="examples"&gt;Examples:&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Input1:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[1,2,3,4,5,4,3,2,1]
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Output1:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;True
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Input2:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;[1,2,3,4,5,6,7]
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;Output2:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;False
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>