<?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>Iteration on Python Exercises</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/tags/iteration/</link><description>Recent content in Iteration 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/iteration/index.xml" rel="self" type="application/rss+xml"/><item><title>چاپ دنباله فیبوناچی</title><link>https://amirmahdikahdouii.github.io/Python-Exercises/problems/046-fibonacci-sequence-print/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://amirmahdikahdouii.github.io/Python-Exercises/problems/046-fibonacci-sequence-print/</guid><description>&lt;p&gt;&lt;strong&gt;#046&lt;/strong&gt; · &lt;strong&gt;Fibonacci Sequence Print&lt;/strong&gt; · &lt;code&gt;math&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/046-fibonacci-sequence-print/solution.py"&gt;مشاهده راه‌حل در GitHub&lt;/a&gt;&lt;/p&gt;
&lt;hr&gt;
&lt;h1 id="fibonacci"&gt;Fibonacci&lt;/h1&gt;
&lt;p&gt;برنامه ای بنویسید که دنباله ی فیبوناچی را تا عدد داده شده چاپ کند.&lt;/p&gt;
&lt;h3 id="example"&gt;Example:&lt;/h3&gt;
&lt;p&gt;&lt;strong&gt;Input1:&lt;/strong&gt;&lt;/p&gt;
&lt;pre tabindex="0"&gt;&lt;code&gt;10
&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;0
1
1
2
3
5
8
&lt;/code&gt;&lt;/pre&gt;</description></item></channel></rss>