import sys

from six.moves import input

if input("What's the password?") != "Rosebud":
    sys.exit(1)
