Skip to content

Instantly share code, notes, and snippets.

@raeq
Created May 1, 2020 10:29
Show Gist options
  • Save raeq/63e1e6e0b86d42206694051adb436025 to your computer and use it in GitHub Desktop.
Save raeq/63e1e6e0b86d42206694051adb436025 to your computer and use it in GitHub Desktop.
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