Re: [Python] Back to the future (il film)

2012-11-11 Per discussione enrico franchi
On Sun, Nov 11, 2012 at 9:16 PM, Andrea Francia wrote:

> Ciao,
>   scritto la trama di Ritorno al futuro in Python :)
>
> Ha, LOL!


-- 
.
..: -enrico-
___
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python


[Python] Back to the future (il film)

2012-11-11 Per discussione Andrea Francia
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 

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