Created
February 22, 2019 03:46
-
-
Save ayuLiao/120f4e6f674dec2878e73ddb4b1e55e6 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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