Created
October 3, 2019 19:29
-
-
Save shifatul-i/c6436c27f530ac378d9f03f26ca8968c to your computer and use it in GitHub Desktop.
This file contains 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
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