Update chest.py

This commit is contained in:
jennylihan 2019-08-19 19:19:53 +08:00 committed by GitHub
parent b53a85d617
commit 5d950dc8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -10,12 +10,12 @@ def treasure():
def monster1(): def monster1():
print(" *rumble* *rumble* *rumble* \n") print(" *rumble* *rumble* *rumble* \n")
print(" If you look around the reef, you notice treasure has appeared!\n") print(" Around the reef, nothing seems out of place.\n")
def monster2(): def monster2():
print(" *rumble* *rumble* *rumble* \n") print(" *rumble* *rumble* *rumble* \n")
print(" A SEA MONSTER APPEARS FROM THE REEF! \n") print(" A SEA MONSTER APPEARS FROM THE REEF! \n")
print(" You look briefly and you grab the treasure from the chest.") print(" All of a sudden, treasure has appeared! And the sea monster sees it too! No time to look. You grab the treasure from the chest.")
print(" Quick, use mkdir to make a \"bag\" directory and mv to") print(" Quick, use mkdir to make a \"bag\" directory and mv to")
print(" hide the treasure in the bag. ") print(" hide the treasure in the bag. ")
print(" Then get back to the surface ASAP! The monster is coming! \n") print(" Then get back to the surface ASAP! The monster is coming! \n")