<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
In questo caso si tratta di un operatore ternario, simile al ?: presente<br>

in altri linguaggi (Java, C, Javascript, Perl) e non e&#39; un modo<br>

alternativo di esprimere il costrutto &quot;if.. then.. elif.. else&quot;<br>
</blockquote>
<br>Non è un modo alternativo?<br>Nell&#39;esempio che ho citato, non è come scrivere<br><br>if val==1:<br>   print &#39;prova&#39;<br>else:<br>   print &#39;aaaa&#39;<br><br>????<br><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote">
Se incontri qualche caratteristica gia&#39; presente in linguaggi che gia&#39;<br>
conosci, stai particolarmente attento e non saltare parti del tutorial,<br>
perche&#39; potresti avere delle sorprese.<br></blockquote><div><br>Nel tutorial, se erroneamente non ho saltato parti, non mi era capitato di trovare questa &quot;forma ridotta&quot; <br></div><br><div class="gmail_quote">
2009/10/8 Marco Mariani <span dir="ltr">&lt;<a href="mailto:marco.mariani@prometeia.it">marco.mariani@prometeia.it</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Nicola Ferrari wrote:<br>
<br>
&gt; val = 1<br>
&gt; print (&#39;prova&#39; if vall==1 else &#39;aaa&#39;)<br>
&gt;<br>
&gt; Dove posso trovare le spiegazioni di tutte le &quot;forme ridotte&quot;?<br>
<br>
</div>Non esistono &quot;forme ridotte&quot; o abbreviazioni come in COBOL :)<br>
<br>
In questo caso si tratta di un operatore ternario, simile al ?: presente<br>
in altri linguaggi (Java, C, Javascript, Perl) e non e&#39; un modo<br>
alternativo di esprimere il costrutto &quot;if.. then.. elif.. else&quot;<br>
<div class="im"><br>
<br>
&gt; Questa forma ridotta l&#39;ho capita, ma vorrei capire se ce ne sono altre<br>
&gt; ed eventualmente impararle =) =)<br>
<br>
</div>Ti conviene leggere il tutorial ufficiale, e&#39; scritto bene e abbastanza<br>
completo.<br>
<br>
Se incontri qualche caratteristica gia&#39; presente in linguaggi che gia&#39;<br>
conosci, stai particolarmente attento e non saltare parti del tutorial,<br>
perche&#39; potresti avere delle sorprese.<br>
<font color="#888888"><br>
<br>
--<br>
This e-mail (and any attachment(s)) is strictly confidential and for use only by intended recipient(s). Any use, distribution, reproduction or disclosure by any other person is strictly prohibited. The content of this e-mail does not constitute a commitment by the Company except where provided for in a written agreement between this e-mail addressee and the Company. If you are not an intended recipient(s), please notify the sender promptly and destroy this message and its attachments without reading or saving it in any manner. Any non authorized use of the content of this message constitutes a violation of the obligation to abstain from learning of the correspondence among other subjects, except for more serious offence, and exposes the person responsible to the relevant consequences.<br>

<br>
_______________________________________________<br>
Python mailing list<br>
<a href="mailto:Python@lists.python.it">Python@lists.python.it</a><br>
<a href="http://lists.python.it/mailman/listinfo/python" target="_blank">http://lists.python.it/mailman/listinfo/python</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>Nicola Ferrari<br>website: <a href="http://www.nicolaferrari.name">http://www.nicolaferrari.name</a><br><br>skype: nick.ferro<br><br>