pointed out the obvious.

added another print statement to our exquisite corpse.

Change-Id: Ib26aa3560b6d5530a9bca08d5854aa0976827482
This commit is contained in:
sarah novotny 2013-09-05 11:32:29 -07:00
parent 8385487588
commit 3c16190358
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
def main():
print "The exquisite corpse"
print "Looked so pale and beautiful"
print "And yet it's still dead"
if __name__ == "__main__":
main()