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
def takeCanoe(): | |
print("hi") | |
def keepWalking(): | |
print("After walking for another mile, you encounter a tombstone.") | |
print("At the base of the tombstone, there is a ferrel cat playing with a coin.") | |
print("The cat paws the coin in your direction, almost telling you to look at the coin.") | |
print("You look at the coin and notice it's not a real coin. It appears as if there is a map engraved " | |
"on it.") | |
print("") |
NewerOlder