Skip to content

Instantly share code, notes, and snippets.

@ayuLiao
Created February 22, 2019 03:46
Show Gist options
  • Save ayuLiao/120f4e6f674dec2878e73ddb4b1e55e6 to your computer and use it in GitHub Desktop.
Save ayuLiao/120f4e6f674dec2878e73ddb4b1e55e6 to your computer and use it in GitHub Desktop.
In [20]: is_fat = True
In [21]: state = "fat" if is_fat else "not fat"
In [22]: state
Out[22]: 'fat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment