Skip to content

Instantly share code, notes, and snippets.

@hungryzi
Last active January 10, 2021 18:22
Show Gist options
  • Save hungryzi/c69f9aa518f84d126aec5503d0b794f7 to your computer and use it in GitHub Desktop.
Save hungryzi/c69f9aa518f84d126aec5503d0b794f7 to your computer and use it in GitHub Desktop.
passcode = input("What's the passcode? ")
print("Your passcode is " + passcode)
is_correct = passcode == '0042'
print("is_correct = " + str(is_correct))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment