Last active
June 14, 2017 16:23
-
-
Save jmny/6f43400ad44e8340c741df0dcd23a7c8 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
me@host:~/-$ python | |
>>> bool([]) | |
False | |
>>> | |
me@host:~/-$ nodejs | |
> !![] | |
true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment