Skip to content

Instantly share code, notes, and snippets.

@andreafrancia
Created November 11, 2012 20:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreafrancia/4056087 to your computer and use it in GitHub Desktop.
Save andreafrancia/4056087 to your computer and use it in GitHub Desktop.
Back to the Future in Python
# 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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment