Last active
January 10, 2021 18:21
-
-
Save hungryzi/36eb1a78260a1e5f72dcd7d4a1abb2b2 to your computer and use it in GitHub Desktop.
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
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