Skip to content

Instantly share code, notes, and snippets.

@hungryzi
Last active January 10, 2021 18:21
Show Gist options
  • Save hungryzi/36eb1a78260a1e5f72dcd7d4a1abb2b2 to your computer and use it in GitHub Desktop.
Save hungryzi/36eb1a78260a1e5f72dcd7d4a1abb2b2 to your computer and use it in GitHub Desktop.
passcode = input("What's the passcode? ")
if passcode == '0042':
print("Welcome!")
else:
print("Wrong passcode!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment