[PIPython] esercizi variabili
Lawrence Oluyede
l.oluyede
Ven 19 Nov 2004 15:16:52 CET
On Tue, 21 Sep 2004 16:52:33 +0200, Gianmario Salvetti
<salvetti.gianmario a tiscali.it> wrote:
> Cosi' fai prima
>
> a="stringa"
> b=2
>
> print a + `b` #Occhio all'apice rovescio!!!!!
l'apice inverso (ascii 96) non è la medesima cosa di str() anche
perchè è un alias per repr(). Ad ogni modo usa repr() perchè l'apice
inverso è più difficile da leggere e da individuare in molti font,
repr() ha qualche carattere in più ma almeno è esplicito
ciao
--
Lawrence
"If the implementation is hard to explain, it's a bad idea."
from The Zen of Python by Tim Peters
More information about the Python
mailing list