On 13/09/2013 14:57, Giorgio Zoppi wrote:
Sta discussione sta diventando sterile.
A me ha fatto venire in mente... come creare un generatore di messaggi al contrario (e un decodificatore)?
A me veniva in mente così >>> def reverse_lines(the_string): return("\n".join(the_string.split("\n")[::-1])) >>> message = """Messaggio. Poco originale vero?""" >>> print(message_reverse) vero? originale Poco Messaggio. >>> print(reverse_lines(message_reverse)) Messaggio. Poco originale vero? >>>
Il giorno 13 settembre 2013 13:42, Marco Beri <marcob...@gmail.com <mailto:marcob...@gmail.com>> ha scritto: Marco. Ciao. ragione! hai Quanto Il giorno 13/set/2013 12:21, "Giovanni Porcari" <giovanni.porc...@softwell.it <mailto:giovanni.porc...@softwell.it>> ha scritto: > > G. > > quoting > top > è il > che non sopporto > una cosa > c'è > Se > > > > > > Il giorno 13/set/2013, alle ore 11:56, Carlos Catucci <carlos.catu...@gmail.com <mailto:carlos.catu...@gmail.com>> ha scritto: > > > > > 2013/9/13 Matteo Boscolo <matteo.bosc...@boscolini.eu <mailto:matteo.bosc...@boscolini.eu>> > > ma poi perché mi cazziate sempre .. >>>>>????? > > > > Perche' fai top quoting ;P > > > > Carlos > > -- > > "Somos los que amasan, sin embargo no tenemos pan, > > somos los que cavan el carbón, sin embargo tenemos frío > > somos los que no tienen nada, y estamos viniendo a tomar el mundo." > > Tassos Livaditis (Poeta greco, 1922, 1988) > > _______________________________________________ > > Python mailing list > > Python@lists.python.it <mailto:Python@lists.python.it> > > http://lists.python.it/mailman/listinfo/python > > _______________________________________________ > Python mailing list > Python@lists.python.it <mailto:Python@lists.python.it> > http://lists.python.it/mailman/listinfo/python _______________________________________________ Python mailing list Python@lists.python.it <mailto:Python@lists.python.it> http://lists.python.it/mailman/listinfo/python -- Quiero ser el rayo de sol que cada día te despierta para hacerte respirar y vivir en me. "Favola -Moda". _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python
_______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python