Skip to content

Instantly share code, notes, and snippets.

@ZhigangPu
Created March 6, 2019 03:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ZhigangPu/c573b9c0985ca1e17c431752dff0682a to your computer and use it in GitHub Desktop.
Save ZhigangPu/c573b9c0985ca1e17c431752dff0682a to your computer and use it in GitHub Desktop.
if trick ...
# replace too many ==
foo = 'bar'
if foo in ('bar1', 'bar2', 'bar3'):
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment