[Python] Back to the future (il film)

Andrea Francia andrea a andreafrancia.it
Dom 11 Nov 2012 21:16:35 CET


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
-------------- parte successiva --------------
Un allegato HTML č stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20121111/f2a49574/attachment-0001.html>


Maggiori informazioni sulla lista Python