Add a word

Change-Id: I17cdd4b19085e668a5c1e058dac6625eb194524a
This commit is contained in:
James E. Blair
2014-04-28 17:03:21 -07:00
parent 2d864ad789
commit 75c6255718

View File

@@ -23,6 +23,7 @@ def main():
print "Looked so pale and beautiful" print "Looked so pale and beautiful"
print "And yet it's still dead" print "And yet it's still dead"
print "...and then it woke up to eat the living...." print "...and then it woke up to eat the living...."
print "daylights"
if __name__ == "__main__": if __name__ == "__main__":
main() main()