Skip to content

Instantly share code, notes, and snippets.

@eyaltrabelsi
Created June 21, 2019 20:54
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 eyaltrabelsi/c3b75365749887c42af2e093ca437542 to your computer and use it in GitHub Desktop.
Save eyaltrabelsi/c3b75365749887c42af2e093ca437542 to your computer and use it in GitHub Desktop.
Python tricks trenary operator
>>> "Python ROCK" if True else " I AM GRUMPY"
"Python ROCK"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment