<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>>Scusate ma ho inserito questo esempio perché lo ritenevo più idoneo alle mie esigenze peró ho notato un anomalia:</div><div>La list 1 è alimentata da un :</div><div><span style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; "><span class="Apple-converted-space">                                 </span> <span class="Apple-converted-space"> num</span> = </span><span style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; color: rgb(255, 255, 0); ">random</span><span style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; ">.randint(</span><span style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; color: rgb(255, 0, 0); ">1</span><span style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; ">,</span><span style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; color: rgb(255, 0, 0); ">50</span><span style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; ">)</span></div><div><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; "><span style="color: rgb(0, 0, 255); ">def</span> Ck2List(list1, list2):</p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; color: rgb(255, 132, 8); "><span style="color: rgb(0, 0, 0); ">     <span class="Apple-converted-space"> </span></span>#try:  </p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; ">               <span class="Apple-converted-space"> </span><span style="color: rgb(0, 0, 255); ">if</span> len(list1) != len(list2):               </p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; ">                     <span class="Apple-converted-space"> </span><span style="color: rgb(0, 0, 255); ">return</span> True</p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; ">               <span class="Apple-converted-space"> </span><span style="color: rgb(0, 0, 255); ">for</span> item <span style="color: rgb(0, 0, 255); ">in</span> list1:</p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; ">                  <span class="Apple-converted-space"> </span><span style="color: rgb(0, 0, 255); ">if</span> item <span style="color: rgb(0, 0, 255); ">not</span> <span style="color: rgb(0, 0, 255); ">in</span> list2 <span style="color: rgb(0, 0, 255); ">and</span> item != <span style="color: rgb(8, 16, 255); ">''</span>:</p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; ">                     <span class="Apple-converted-space"> </span><span style="color: rgb(0, 0, 255); ">return</span> False</p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; color: rgb(255, 132, 8); "><span style="color: rgb(0, 0, 0); ">     <span class="Apple-converted-space"> </span></span>#except </p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; ">               <span class="Apple-converted-space"> </span><span style="color: rgb(0, 0, 255); ">return</span> True</p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; ">> con questo esempio quando inserisco un numero in list 2 se inserisco un numero che avevo già inserito in precedenza e quindi non uguale al numero random mi ritorna un True che é sbagliato perché dovrebbe tutte le volte iterare i numeri e verificare solo il numero inserito per ultimo cosa che non fa.</p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; "><br></p><p style="font-family: 'Kannada Sangam MN'; font-size: 20px; -webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); -webkit-text-size-adjust: none; margin: 0px; min-height: 32px; ">     </p></div><div><br>Il giorno 27/mar/2014, alle ore 10:28, "Marco Beri" <<a href="mailto:marcoberi@gmail.com">marcoberi@gmail.com</a>> ha scritto:<br><br></div><div><p dir="ltr"><br>
On 27 Mar 2014 10:22, "Dario Bertini" <<a href="mailto:berdario@gmail.com">berdario@gmail.com</a>> wrote:<br>
><br>
> 2014-03-27 8:51 GMT+01:00 Marco Beri <<a href="mailto:marcoberi@gmail.com">marcoberi@gmail.com</a>>:<br>
> > Google is your friend.<br>
> ><br>
> > <a href="http://stackoverflow.com/questions/3844801/check-if-all-elements-in-a-list-are-identical">http://stackoverflow.com/questions/3844801/check-if-all-elements-in-a-list-are-identical</a><br>
> ><br>
> > Ciao.<br>
> > Marco.<br>
><br>
> Ahem... eri di fretta? :)</p>
<p dir="ltr">In effetti sì... :-) </p>
<p dir="ltr">Ma ho risposto con un link errato? </p>
<p dir="ltr">Ciao. <br>
Marco.<br>
</p>
</div><div><span>_______________________________________________</span><br><span>Python mailing list</span><br><span><a href="mailto:Python@lists.python.it">Python@lists.python.it</a></span><br><span><a href="http://lists.python.it/mailman/listinfo/python">http://lists.python.it/mailman/listinfo/python</a></span><br></div></body></html>