Created
May 1, 2020 10:29
-
-
Save raeq/63e1e6e0b86d42206694051adb436025 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
choice:bool = bool(input("Do you like anchovies (press ENTER for no)?")) | |
print(f"You chose: {choice}") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment