<div dir="ltr"><div>Hello,</div><div><br></div>On<div><a href="http://docs.python.org/faq/programming.html">http://docs.python.org/faq/programming.html</a></div><div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 16px; background-color: rgb(251, 229, 78); "><pre style="overflow-x: auto; overflow-y: hidden; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-color: rgb(238, 255, 204); color: rgb(51, 51, 51); line-height: 15px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: rgb(170, 204, 153); border-bottom-color: rgb(170, 204, 153); border-left-style: none; border-left-width: initial; border-left-color: initial; border-right-style: none; border-right-width: initial; border-right-color: initial; ">
<span class="k" style="color: rgb(0, 112, 32); font-weight: bold; ">for</span> <span class="n">i</span> <span class="ow" style="color: rgb(0, 112, 32); font-weight: bold; ">in</span> <span class="nb" style="color: rgb(0, 112, 32); ">range</span><span class="p">[</span><span class="mi" style="color: rgb(32, 128, 80); ">3</span><span class="p">]:</span></pre>
</span><div>Should be:</div></div><div><span class="Apple-style-span" style="font-family: sans-serif; font-size: 16px; background-color: rgb(251, 229, 78); "><pre style="overflow-x: auto; overflow-y: hidden; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; padding-left: 5px; background-color: rgb(238, 255, 204); line-height: 15px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: rgb(170, 204, 153); border-bottom-color: rgb(170, 204, 153); border-left-style: none; border-left-width: initial; border-left-color: initial; border-right-style: none; border-right-width: initial; border-right-color: initial; ">
<span class="k" style="color: rgb(0, 112, 32); font-weight: bold; ">for</span><font class="Apple-style-span" color="#333333"> </font><span class="n" style="color: rgb(51, 51, 51); ">i</span><font class="Apple-style-span" color="#333333"> </font><span class="ow" style="color: rgb(0, 112, 32); font-weight: bold; ">in</span><font class="Apple-style-span" color="#333333"> </font><span class="nb" style="color: rgb(0, 112, 32); ">range</span><span class="nb"><font class="Apple-style-span" color="#333333">(</font></span><span class="mi" style="color: rgb(32, 128, 80); ">3)</span></pre>
</span></div></div><div>Regards,</div><div>Liran Orevi</div></div>