Ciao, scritto la trama di Ritorno al futuro in Python :) Ho cercato di usare piĆ¹ costrutti python possibile, e ho cercato di usarne il Pyflakes non trova errori, quindi credo che si possa dire che compila.
Ecco: # Copyright: (C) Andrea Francia 2012 # License CC BY-SA <http://creativecommons.org/licenses/by-sa/3.0/> from __future__ import martin try: martin.dont_mess_the_continuum() except martin.ParentsDontFallInLoveError, e: (george, lorraine) = e.parents() while 'Enchantment Under The Sea': martin.make_they_kiss(george, lorraine) if george.beat_biff(): with help('of doc'): martin.come_back_to("1985") else: del martin # from universe :-( print "end titles" Ciao -- Andrea Francia http://andreafrancia.it
_______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python