Skip to content

Instantly share code, notes, and snippets.

@shifatul-i
Created October 3, 2019 19:29
Show Gist options
  • Save shifatul-i/c6436c27f530ac378d9f03f26ca8968c to your computer and use it in GitHub Desktop.
Save shifatul-i/c6436c27f530ac378d9f03f26ca8968c to your computer and use it in GitHub Desktop.
name = "John"
if name in ["John", "Rick"]:
print("Your name is either John or Rick.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment