Skip to content

Instantly share code, notes, and snippets.

from time import sleep
def mailbox():
print("There is a mailbox in front of you.")
action = input("> ")
if 'open' in action:
letter()
elif 'cool' in action: