Created
November 11, 2012 20:08
-
-
Save andreafrancia/4056087 to your computer and use it in GitHub Desktop.
Back to the Future in Python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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