<div dir="ltr"><div class="gmail_quote"><br><div dir="ltr">Hi<div>I think there is a bug in the section <a href="https://docs.python.org/3/tutorial/modules.html#more-on-modules" target="_blank">https://docs.python.org/3/<wbr>tutorial/modules.html#more-on-<wbr>modules</a></div><div>where the outputs of the statements below is given as wrong as it is starting with a '0'</div><div>

<pre style="overflow-x:auto;overflow-y:hidden;padding:5px;background-color:rgb(238,255,204);color:rgb(51,51,51);line-height:18.528px;border:1px solid rgb(170,204,153);font-family:monospace,sans-serif;font-size:15.44px;border-radius:3px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial"><span class="m_-4552484360534510903gmail-gp" style="color:rgb(198,93,9);font-weight:bold">>>> </span><span class="m_-4552484360534510903gmail-kn" style="color:rgb(0,112,32);font-weight:bold">import</span> <span class="m_-4552484360534510903gmail-nn" style="color:rgb(14,132,181);font-weight:bold">fibo</span> <span class="m_-4552484360534510903gmail-k" style="color:rgb(0,112,32);font-weight:bold">as</span> <span class="m_-4552484360534510903gmail-nn" style="color:rgb(14,132,181);font-weight:bold">fib</span>
<span class="m_-4552484360534510903gmail-gp" style="color:rgb(198,93,9);font-weight:bold">>>> </span><span class="m_-4552484360534510903gmail-n">fib</span><span class="m_-4552484360534510903gmail-o" style="color:rgb(102,102,102)">.</span><span class="m_-4552484360534510903gmail-n">fib</span><span class="m_-4552484360534510903gmail-p">(</span><span class="m_-4552484360534510903gmail-mi" style="color:rgb(32,128,80)">500</span><span class="m_-4552484360534510903gmail-p">)</span>
<span class="m_-4552484360534510903gmail-go" style="color:rgb(51,51,51)">0 1 1 2 3 5 8 13 21 34 55 89 144 233 377</span></pre>



<pre style="overflow-x:auto;overflow-y:hidden;padding:5px;background-color:rgb(238,255,204);color:rgb(51,51,51);line-height:18.528px;border:1px solid rgb(170,204,153);font-family:monospace,sans-serif;font-size:15.44px;border-radius:3px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;word-spacing:0px;text-decoration-style:initial;text-decoration-color:initial"><span class="m_-4552484360534510903gmail-gp" style="color:rgb(198,93,9);font-weight:bold">>>> </span><span class="m_-4552484360534510903gmail-kn" style="color:rgb(0,112,32);font-weight:bold">import</span> <span class="m_-4552484360534510903gmail-nn" style="color:rgb(14,132,181);font-weight:bold">fibo</span> <span class="m_-4552484360534510903gmail-k" style="color:rgb(0,112,32);font-weight:bold">as</span> <span class="m_-4552484360534510903gmail-nn" style="color:rgb(14,132,181);font-weight:bold">fib</span>
<span class="m_-4552484360534510903gmail-gp" style="color:rgb(198,93,9);font-weight:bold">>>> </span><span class="m_-4552484360534510903gmail-n">fib</span><span class="m_-4552484360534510903gmail-o" style="color:rgb(102,102,102)">.</span><span class="m_-4552484360534510903gmail-n">fib</span><span class="m_-4552484360534510903gmail-p">(</span><span class="m_-4552484360534510903gmail-mi" style="color:rgb(32,128,80)">500</span><span class="m_-4552484360534510903gmail-p">)</span>
<span class="m_-4552484360534510903gmail-go" style="color:rgb(51,51,51)">0 1 1 2 3 5 8 13 21 34 55 89 144 233 377</span></pre>

<br></div></div>
</div><br></div>